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
Fields in com.sun.msv.verifier.regexp declared as AttributeToken Modifier and Type Field Description AttributeTokenREDocumentDeclaration. attTokenthe AttributeToken object which is re-usedMethods in com.sun.msv.verifier.regexp with parameters of type AttributeToken Modifier and Type Method Description ExpressionAttributeFeeder. feed(Expression exp, AttributeToken token, boolean ignoreUndeclaredAttribute)protected booleanComplexAcceptorBaseImpl. onAttribute(AttributeToken token, StringRef refErr)protected booleanExpressionAcceptor. 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 booleanXSAcceptor. onAttribute(AttributeToken token, StringRef refErr)
-