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 TypeMethodDescriptionvoid
IDContextProvider2.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 TypeMethodDescriptionvoid
IDContextProviderWrapper.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 void
GrammarReader.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 TypeMethodDescriptionvoid
AbstractVerifier.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 StringToken
StringToken.createChildStringToken
(String literal, DatatypeRef dtRef) Constructors in com.sun.msv.verifier.regexp with parameters of type StringTokenModifierConstructorDescriptionprotected
AttributeToken
(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, StringToken value)