Uses of Class
com.sun.msv.verifier.regexp.StringToken
Packages that use StringToken
Package
Description
abstract grammar model(AGM): common part.
Miscellaneous utility classes.
reads XML representation of grammar and creates AGM.
Contains abstract model for grammar-based schema and
concrete verifier implementation for the abstract schema.
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 StringTokenModifier and TypeMethodDescriptionvoidIDContextProvider2.onID(org.relaxng.datatype.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 StringTokenModifier and TypeMethodDescriptionvoidIDContextProviderWrapper.onID(org.relaxng.datatype.Datatype datatype, StringToken token) -
Uses of StringToken in com.sun.msv.reader
Methods in com.sun.msv.reader with parameters of type StringTokenModifier and TypeMethodDescriptionfinal voidGrammarReader.onID(org.relaxng.datatype.Datatype dt, StringToken token) -
Uses of StringToken in com.sun.msv.verifier
Methods in com.sun.msv.verifier with parameters of type StringTokenModifier and TypeMethodDescriptionvoidAbstractVerifier.onID(org.relaxng.datatype.Datatype dt, StringToken token) -
Uses of StringToken in com.sun.msv.verifier.regexp
Fields in com.sun.msv.verifier.regexp declared as StringTokenMethods in com.sun.msv.verifier.regexp that return StringTokenModifier and TypeMethodDescriptionprotected StringTokenStringToken.createChildStringToken(String literal, DatatypeRef dtRef) Constructors in com.sun.msv.verifier.regexp with parameters of type StringTokenModifierConstructorDescriptionprotectedAttributeToken(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, StringToken value)