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
Subclasses of StringToken in com.sun.msv.verifier.regexpModifier and TypeClassDescription(package private) class
special StringToken that acts as a wild card.Fields in com.sun.msv.verifier.regexp declared as StringTokenMethods in com.sun.msv.verifier.regexp that return StringTokenModifier and TypeMethodDescriptionprotected StringToken
StringRecoveryToken.createChildStringToken
(String literal, DatatypeRef dtRef) protected StringToken
StringToken.createChildStringToken
(String literal, DatatypeRef dtRef) Methods in com.sun.msv.verifier.regexp with parameters of type StringTokenModifier and TypeMethodDescriptionprivate String
ExpressionAcceptor.diagnoseUnexpectedLiteral
(StringToken token) diagnoses an error when a StringToken is rejected.private String
ExpressionAcceptor.getDiagnosisFromTypedString
(DataOrValueExp exp, StringToken value) gets error diagnosis message from datatype.(package private) void
AttributeToken.reinit
(String namespaceURI, String localName, String qName, StringToken value) Constructors in com.sun.msv.verifier.regexp with parameters of type StringTokenModifierConstructorDescription(package private)
AttributeRecoveryToken
(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, StringToken value) protected
AttributeToken
(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, StringToken value) (package private)
(package private)
StringRecoveryToken
(StringToken base, Set failedExps)