Uses of Interface
com.sun.msv.grammar.IDContextProvider2
Packages that use IDContextProvider2
Package
Description
Miscellaneous utility classes.
reads XML representation of grammar and creates AGM.
common parts for parseing RELAX Core/Namespace into AGM.
parses RELAX Core into AGM.
shared code between RELAX NG reader and TREX reader.
parses TREX pattern into AGM.
parses RELAX NG into AGM.
parses RELAX NG with DTD compatibility annotation into AGM.
parses XML representation of XML Schema into AGM.
parses XML representation of RELAX Namespace.
parses XML representation of RELAXNS-extended RELAX Core.
"divide&validate" framework implementation.
Miscellaneous utilities
Contains abstract model for grammar-based schema and
concrete verifier implementation for the abstract schema.
Verifier with XML Schema's identity constraint check.
Type-assignment engine
that can be used by application programs.
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 IDContextProvider2Modifier and TypeClassDescriptionfinal class
WrapsIDContextProvider
so that it can be used whereIDContextProvider2
is expected.Methods in com.sun.msv.grammar.util that return IDContextProvider2Modifier and TypeMethodDescriptionstatic IDContextProvider2
IDContextProviderWrapper.create
(IDContextProvider core) -
Uses of IDContextProvider2 in com.sun.msv.reader
Classes in com.sun.msv.reader that implement IDContextProvider2Modifier and TypeClassDescriptionclass
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 IDContextProvider2Modifier and TypeClassDescriptionclass
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 IDContextProvider2Modifier and TypeClassDescriptionclass
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 IDContextProvider2Modifier and TypeClassDescriptionclass
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 IDContextProvider2Modifier and TypeClassDescriptionclass
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 IDContextProvider2Modifier and TypeClassDescriptionclass
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 IDContextProvider2Modifier and TypeClassDescriptionclass
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 IDContextProvider2Modifier and TypeClassDescriptionclass
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 IDContextProvider2Modifier and TypeClassDescriptionclass
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 IDContextProvider2Modifier and TypeClassDescriptionclass
reads RELAX-Namespace-extended RELAX Core. -
Uses of IDContextProvider2 in com.sun.msv.relaxns.verifier
Classes in com.sun.msv.relaxns.verifier that implement IDContextProvider2Modifier and TypeClassDescription(package private) class
IslandVerifier for RELAX Core and TREX. -
Uses of IDContextProvider2 in com.sun.msv.util
Fields in com.sun.msv.util declared as IDContextProvider2Modifier and TypeFieldDescriptionStartTagInfo.context
object that provides additional information which is necessary for validating some datatypesMethods in com.sun.msv.util with parameters of type IDContextProvider2Modifier and TypeMethodDescriptionvoid
StartTagInfo.reinit
(String namespaceURI, String localName, String qName, Attributes attributes, IDContextProvider2 context) re-initialize the object with brand new parameters.Constructors in com.sun.msv.util with parameters of type IDContextProvider2ModifierConstructorDescriptionStartTagInfo
(String namespaceURI, String localName, String qName, Attributes attributes, IDContextProvider2 context) -
Uses of IDContextProvider2 in com.sun.msv.verifier
Classes in com.sun.msv.verifier that implement IDContextProvider2Modifier and TypeClassDescriptionclass
Base implementation for various Verifier implementations.class
SAX ContentHandler that verifies incoming SAX event stream.Methods in com.sun.msv.verifier with parameters of type IDContextProvider2Modifier and TypeMethodDescriptionboolean
Acceptor.onAttribute2
(String namespaceURI, String localName, String qName, String value, IDContextProvider2 context, StringRef refErr, DatatypeRef refType) processes an attribute.boolean
Acceptor.onText2
(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 IDContextProvider2Modifier and TypeClassDescriptionclass
Verifier with XML Schema-related enforcement. -
Uses of IDContextProvider2 in com.sun.msv.verifier.psvi
Classes in com.sun.msv.verifier.psvi that implement IDContextProvider2Modifier and TypeClassDescriptionclass
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 IDContextProvider2Methods in com.sun.msv.verifier.regexp with parameters of type IDContextProvider2Modifier and TypeMethodDescriptionfinal boolean
ExpressionAcceptor.onAttribute2
(String namespaceURI, String localName, String qName, String value, IDContextProvider2 context, StringRef refErr, DatatypeRef refType) final boolean
ComplexAcceptorBaseImpl.onText2
(String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType) eats string literalboolean
ExpressionAcceptor.onText2
(String literal, IDContextProvider2 provider, StringRef refErr, DatatypeRef refType) Constructors in com.sun.msv.verifier.regexp with parameters of type IDContextProvider2ModifierConstructorDescriptionprotected
AttributeToken
(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, String value, IDContextProvider2 context) StringToken
(REDocumentDeclaration docDecl, String literal, IDContextProvider2 context) StringToken
(REDocumentDeclaration docDecl, String literal, IDContextProvider2 context, DatatypeRef refType) StringToken
(ResidualCalculator resCalc, String literal, IDContextProvider2 context, DatatypeRef refType)