Uses of Class
com.sun.msv.verifier.regexp.AttributeToken
-
Packages that use AttributeToken Package Description com.sun.msv.verifier.regexp VGM implementation by using regular expression derivation algorithm.com.sun.msv.verifier.regexp.xmlschema RegExp VGM implementation that supports special semantics of XML Schema -
-
Uses of AttributeToken in com.sun.msv.verifier.regexp
Subclasses of AttributeToken in com.sun.msv.verifier.regexp Modifier and Type Class Description (package private) class
AttributeRecoveryToken
special AttributeToken that memorizesAttributeExp
that fails to validate itself.Fields in com.sun.msv.verifier.regexp declared as AttributeToken Modifier and Type Field Description AttributeToken
REDocumentDeclaration. attToken
the AttributeToken object which is re-usedMethods in com.sun.msv.verifier.regexp with parameters of type AttributeToken Modifier and Type Method Description Expression
AttributeFeeder. feed(Expression exp, AttributeToken token, boolean ignoreUndeclaredAttribute)
protected boolean
ComplexAcceptorBaseImpl. onAttribute(AttributeToken token, StringRef refErr)
protected boolean
ExpressionAcceptor. onAttribute(AttributeToken token, StringRef refErr)
-
Uses of AttributeToken in com.sun.msv.verifier.regexp.xmlschema
Methods in com.sun.msv.verifier.regexp.xmlschema with parameters of type AttributeToken Modifier and Type Method Description protected boolean
XSAcceptor. onAttribute(AttributeToken token, StringRef refErr)
-