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 classspecial Token that matchs any element.(package private) final classspecial AttributeToken that memorizesAttributeExpthat fails to validate itself.classrepresents attribute and its value.classa token that represents an XML element.(package private) classspecial StringToken that acts as a wild card.classchunk of string.Fields in com.sun.msv.verifier.regexp declared as TokenModifier and TypeFieldDescriptionstatic final TokenAnyElementToken.theInstanceuse this singleton instance instead of creating an object.private TokenAttributeFeeder.tokenprotected TokenResidualCalculator.tokenMethods in com.sun.msv.verifier.regexp with parameters of type TokenModifier and TypeMethodDescriptionfinal ExpressionResidualCalculator.calcResidual(Expression exp, Token token) compute the residualprotected booleanExpressionAcceptor.stepForward(Token token, StringRef errRef)