Uses of Class
com.sun.msv.verifier.regexp.AttributeToken

Packages that use AttributeToken
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
 AttributeToken REDocumentDeclaration.attToken
          the AttributeToken object which is re-used
 

Methods in com.sun.msv.verifier.regexp with parameters of type AttributeToken
 Expression AttributeFeeder.feed(Expression exp, AttributeToken token, boolean ignoreUndeclaredAttribute)
           
protected  boolean ExpressionAcceptor.onAttribute(AttributeToken token, StringRef refErr)
           
protected  boolean ComplexAcceptorBaseImpl.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
protected  boolean XSAcceptor.onAttribute(AttributeToken token, StringRef refErr)
           
 



MSV