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 classIDContextProviderWrapperWrapsIDContextProviderso that it can be used whereIDContextProvider2is expected.Methods in com.sun.msv.grammar.util that return IDContextProvider2 Modifier and Type Method Description static IDContextProvider2IDContextProviderWrapper. 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 classGrammarReaderbase 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 classRELAXReaderreads 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 classRELAXCoreReaderreads 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 classTREXBaseReaderreads 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 classTREXGrammarReaderreads 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 classRELAXNGReaderreads 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 classRELAXNGCompReaderreads 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 classXMLSchemaReaderparses 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 classRELAXNSReaderparses 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 classRELAXCoreIslandSchemaReaderreads 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) classTREXIslandVerifierIslandVerifier 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 IDContextProvider2StartTagInfo. contextobject 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 voidStartTagInfo. 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 classAbstractVerifierBase implementation for various Verifier implementations.classVerifierSAX ContentHandler that verifies incoming SAX event stream.Methods in com.sun.msv.verifier with parameters of type IDContextProvider2 Modifier and Type Method Description booleanAcceptor. 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.booleanAcceptor. 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 classIDConstraintCheckerVerifier 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 classTypeDetectorassign 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 IDContextProvider2StringToken. contextMethods in com.sun.msv.verifier.regexp with parameters of type IDContextProvider2 Modifier and Type Method Description booleanExpressionAcceptor. onAttribute2(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, java.lang.String value, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)booleanComplexAcceptorBaseImpl. onText2(java.lang.String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)eats string literalbooleanExpressionAcceptor. 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)
-