Uses of Interface
com.sun.msv.grammar.IDContextProvider2
-
Packages that use IDContextProvider2 Package Description com.sun.msv.grammar.util Miscellaneous utility classes.com.sun.msv.reader reads XML representation of grammar and creates AGM.com.sun.msv.reader.relax common parts for parseing RELAX Core/Namespace into AGM.com.sun.msv.reader.relax.core parses RELAX Core into AGM.com.sun.msv.reader.trex shared code between RELAX NG reader and TREX reader.com.sun.msv.reader.trex.classic parses TREX pattern into AGM.com.sun.msv.reader.trex.ng parses RELAX NG into AGM.com.sun.msv.reader.trex.ng.comp parses RELAX NG with DTD compatibility annotation into AGM.com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM.com.sun.msv.relaxns.reader parses XML representation of RELAX Namespace.com.sun.msv.relaxns.reader.relax parses XML representation of RELAXNS-extended RELAX Core.com.sun.msv.relaxns.verifier "divide&validate" framework implementation.com.sun.msv.util Miscellaneous utilitiescom.sun.msv.verifier Contains abstract model for grammar-based schema and concrete verifier implementation for the abstract schema.com.sun.msv.verifier.identity Verifier with XML Schema's identity constraint check.com.sun.msv.verifier.psvi Type-assignment engine that can be used by application programs.com.sun.msv.verifier.regexp VGM implementation by using regular expression derivation algorithm. -
-
Uses of IDContextProvider2 in com.sun.msv.grammar.util
Classes in com.sun.msv.grammar.util that implement IDContextProvider2 Modifier and Type Class Description class
IDContextProviderWrapper
WrapsIDContextProvider
so that it can be used whereIDContextProvider2
is expected.Methods in com.sun.msv.grammar.util that return IDContextProvider2 Modifier and Type Method Description static IDContextProvider2
IDContextProviderWrapper. create(IDContextProvider core)
-
Uses of IDContextProvider2 in com.sun.msv.reader
Classes in com.sun.msv.reader that implement IDContextProvider2 Modifier and Type Class Description class
GrammarReader
base implementation of grammar readers that read grammar from SAX2 stream. -
Uses of IDContextProvider2 in com.sun.msv.reader.relax
Classes in com.sun.msv.reader.relax that implement IDContextProvider2 Modifier and Type Class Description class
RELAXReader
reads RELAX grammar/module by SAX2 and constructs abstract grammar model. -
Uses of IDContextProvider2 in com.sun.msv.reader.relax.core
Classes in com.sun.msv.reader.relax.core that implement IDContextProvider2 Modifier and Type Class Description class
RELAXCoreReader
reads RELAX module (classic RELAX module; no namespace extension) by SAX2 and constructs abstract grammar model. -
Uses of IDContextProvider2 in com.sun.msv.reader.trex
Classes in com.sun.msv.reader.trex that implement IDContextProvider2 Modifier and Type Class Description class
TREXBaseReader
reads TREX grammar from SAX2 and constructs abstract grammar model. -
Uses of IDContextProvider2 in com.sun.msv.reader.trex.classic
Classes in com.sun.msv.reader.trex.classic that implement IDContextProvider2 Modifier and Type Class Description class
TREXGrammarReader
reads TREX grammar from SAX2 and constructs abstract grammar model. -
Uses of IDContextProvider2 in com.sun.msv.reader.trex.ng
Classes in com.sun.msv.reader.trex.ng that implement IDContextProvider2 Modifier and Type Class Description class
RELAXNGReader
reads RELAX NG grammar from SAX2 and constructs abstract grammar model. -
Uses of IDContextProvider2 in com.sun.msv.reader.trex.ng.comp
Classes in com.sun.msv.reader.trex.ng.comp that implement IDContextProvider2 Modifier and Type Class Description class
RELAXNGCompReader
reads RELAX NG grammar with DTD compatibility annotation and constructs abstract grammar model. -
Uses of IDContextProvider2 in com.sun.msv.reader.xmlschema
Classes in com.sun.msv.reader.xmlschema that implement IDContextProvider2 Modifier and Type Class Description class
XMLSchemaReader
parses XML representation of XML Schema and constructs AGM. -
Uses of IDContextProvider2 in com.sun.msv.relaxns.reader
Classes in com.sun.msv.relaxns.reader that implement IDContextProvider2 Modifier and Type Class Description class
RELAXNSReader
parses RELAX Namespace XML and constructs a SchemaProvider. -
Uses of IDContextProvider2 in com.sun.msv.relaxns.reader.relax
Classes in com.sun.msv.relaxns.reader.relax that implement IDContextProvider2 Modifier and Type Class Description class
RELAXCoreIslandSchemaReader
reads RELAX-Namespace-extended RELAX Core. -
Uses of IDContextProvider2 in com.sun.msv.relaxns.verifier
Classes in com.sun.msv.relaxns.verifier that implement IDContextProvider2 Modifier and Type Class Description (package private) class
TREXIslandVerifier
IslandVerifier for RELAX Core and TREX. -
Uses of IDContextProvider2 in com.sun.msv.util
Fields in com.sun.msv.util declared as IDContextProvider2 Modifier and Type Field Description IDContextProvider2
StartTagInfo. context
object that provides additional information which is necessary for validating some datatypesMethods in com.sun.msv.util with parameters of type IDContextProvider2 Modifier and Type Method Description void
StartTagInfo. reinit(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes, IDContextProvider2 context)
re-initialize the object with brand new parameters.Constructors in com.sun.msv.util with parameters of type IDContextProvider2 Constructor Description StartTagInfo(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes, IDContextProvider2 context)
-
Uses of IDContextProvider2 in com.sun.msv.verifier
Classes in com.sun.msv.verifier that implement IDContextProvider2 Modifier and Type Class Description class
AbstractVerifier
Base implementation for various Verifier implementations.class
Verifier
SAX ContentHandler that verifies incoming SAX event stream.Methods in com.sun.msv.verifier with parameters of type IDContextProvider2 Modifier and Type Method Description boolean
Acceptor. onAttribute2(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, java.lang.String value, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)
processes an attribute.boolean
Acceptor. onText2(java.lang.String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)
processes a string literal. -
Uses of IDContextProvider2 in com.sun.msv.verifier.identity
Classes in com.sun.msv.verifier.identity that implement IDContextProvider2 Modifier and Type Class Description class
IDConstraintChecker
Verifier with XML Schema-related enforcement. -
Uses of IDContextProvider2 in com.sun.msv.verifier.psvi
Classes in com.sun.msv.verifier.psvi that implement IDContextProvider2 Modifier and Type Class Description class
TypeDetector
assign types to the incoming SAX2 events and reports them to the application handler through TypedContentHandler. -
Uses of IDContextProvider2 in com.sun.msv.verifier.regexp
Fields in com.sun.msv.verifier.regexp declared as IDContextProvider2 Modifier and Type Field Description IDContextProvider2
StringToken. context
Methods in com.sun.msv.verifier.regexp with parameters of type IDContextProvider2 Modifier and Type Method Description boolean
ExpressionAcceptor. onAttribute2(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, java.lang.String value, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)
boolean
ComplexAcceptorBaseImpl. onText2(java.lang.String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)
eats string literalboolean
ExpressionAcceptor. onText2(java.lang.String literal, IDContextProvider2 provider, StringRef refErr, DatatypeRef refType)
Constructors in com.sun.msv.verifier.regexp with parameters of type IDContextProvider2 Constructor Description AttributeToken(REDocumentDeclaration docDecl, java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, java.lang.String value, IDContextProvider2 context)
StringToken(REDocumentDeclaration docDecl, java.lang.String literal, IDContextProvider2 context)
StringToken(REDocumentDeclaration docDecl, java.lang.String literal, IDContextProvider2 context, DatatypeRef refType)
StringToken(ResidualCalculator resCalc, java.lang.String literal, IDContextProvider2 context, DatatypeRef refType)
-