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

Packages that use StringToken
com.sun.msv.grammar abstract grammar model(AGM): common part. 
com.sun.msv.grammar.util Miscellaneous utility classes. 
com.sun.msv.reader reads XML representation of grammar and creates AGM. 
com.sun.msv.verifier Contains abstract model for grammar-based schema and concrete verifier implementation for the abstract schema. 
com.sun.msv.verifier.regexp VGM implementation by using regular expression derivation algorithm. 
 

Uses of StringToken in com.sun.msv.grammar
 

Methods in com.sun.msv.grammar with parameters of type StringToken
 void IDContextProvider2.onID(Datatype datatype, StringToken literal)
          this method is called when a type with ID semantics is matched.
 

Uses of StringToken in com.sun.msv.grammar.util
 

Methods in com.sun.msv.grammar.util with parameters of type StringToken
 void IDContextProviderWrapper.onID(Datatype datatype, StringToken token)
           
 

Uses of StringToken in com.sun.msv.reader
 

Methods in com.sun.msv.reader with parameters of type StringToken
 void GrammarReader.onID(Datatype dt, StringToken token)
           
 

Uses of StringToken in com.sun.msv.verifier
 

Methods in com.sun.msv.verifier with parameters of type StringToken
 void AbstractVerifier.onID(Datatype dt, StringToken token)
           
 

Uses of StringToken in com.sun.msv.verifier.regexp
 

Fields in com.sun.msv.verifier.regexp declared as StringToken
 StringToken AttributeToken.value
           
 

Methods in com.sun.msv.verifier.regexp that return StringToken
protected  StringToken StringToken.createChildStringToken(String literal, DatatypeRef dtRef)
           
 

Constructors in com.sun.msv.verifier.regexp with parameters of type StringToken
AttributeToken(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, StringToken value)
           
 



MSV