Uses of Class
com.sun.msv.verifier.regexp.Token

Packages that use Token
com.sun.msv.verifier.regexp VGM implementation by using regular expression derivation algorithm. 
 

Uses of Token in com.sun.msv.verifier.regexp
 

Subclasses of Token in com.sun.msv.verifier.regexp
 class AnyElementToken
          special Token that matchs any element.
 class AttributeToken
          represents attribute and its value.
 class ElementToken
          a token that represents an XML element.
 class StringToken
          chunk of string.
 

Fields in com.sun.msv.verifier.regexp declared as Token
static Token AnyElementToken.theInstance
          use this singleton instance instead of creating an object.
protected  Token ResidualCalculator.token
           
 

Methods in com.sun.msv.verifier.regexp with parameters of type Token
 Expression ResidualCalculator.calcResidual(Expression exp, Token token)
          compute the residual
protected  boolean ExpressionAcceptor.stepForward(Token token, StringRef errRef)
           
 



MSV