Uses of Class
com.sun.msv.verifier.regexp.Token
Packages that use Token
Package
Description
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.regexpModifier and TypeClassDescriptionfinal class
special Token that matchs any element.(package private) final class
special AttributeToken that memorizesAttributeExp
that fails to validate itself.class
represents attribute and its value.class
a token that represents an XML element.(package private) class
special StringToken that acts as a wild card.class
chunk of string.Fields in com.sun.msv.verifier.regexp declared as TokenModifier and TypeFieldDescriptionstatic final Token
AnyElementToken.theInstance
use this singleton instance instead of creating an object.private Token
AttributeFeeder.token
protected Token
ResidualCalculator.token
Methods in com.sun.msv.verifier.regexp with parameters of type TokenModifier and TypeMethodDescriptionfinal Expression
ResidualCalculator.calcResidual
(Expression exp, Token token) compute the residualprotected boolean
ExpressionAcceptor.stepForward
(Token token, StringRef errRef)