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
Subclasses of StringToken in com.sun.msv.verifier.regexpModifier and TypeClassDescription(package private) classspecial 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 StringTokenStringRecoveryToken.createChildStringToken(String literal, DatatypeRef dtRef) protected StringTokenStringToken.createChildStringToken(String literal, DatatypeRef dtRef) Methods in com.sun.msv.verifier.regexp with parameters of type StringTokenModifier and TypeMethodDescriptionprivate StringExpressionAcceptor.diagnoseUnexpectedLiteral(StringToken token) diagnoses an error when a StringToken is rejected.private StringExpressionAcceptor.getDiagnosisFromTypedString(DataOrValueExp exp, StringToken value) gets error diagnosis message from datatype.(package private) voidAttributeToken.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) protectedAttributeToken(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, StringToken value) (package private)(package private)StringRecoveryToken(StringToken base, Set failedExps)