Uses of Class
com.sun.msv.verifier.regexp.Token
-
Packages that use Token Package Description 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 Modifier and Type Class Description classAnyElementTokenspecial Token that matchs any element.(package private) classAttributeRecoveryTokenspecial AttributeToken that memorizesAttributeExpthat fails to validate itself.classAttributeTokenrepresents attribute and its value.classElementTokena token that represents an XML element.(package private) classStringRecoveryTokenspecial StringToken that acts as a wild card.classStringTokenchunk of string.Fields in com.sun.msv.verifier.regexp declared as Token Modifier and Type Field Description static 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 Token Modifier and Type Method Description ExpressionResidualCalculator. calcResidual(Expression exp, Token token)compute the residualprotected booleanExpressionAcceptor. stepForward(Token token, StringRef errRef)
-