Uses of Interface
com.sun.msv.grammar.IDContextProvider2

Packages that use IDContextProvider2
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.schematron.reader   
com.sun.msv.util Miscellaneous utilities 
com.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
 class IDContextProviderWrapper
          Wraps IDContextProvider so that it can be used where IDContextProvider2 is expected.
 

Methods in com.sun.msv.grammar.util that return IDContextProvider2
static IDContextProvider2 IDContextProviderWrapper.create(IDContextProvider core)
           
 

Uses of IDContextProvider2 in com.sun.msv.reader
 

Classes in com.sun.msv.reader that implement IDContextProvider2
 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
 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
 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
 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
 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
 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
 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
 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
 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
 class RELAXCoreIslandSchemaReader
          reads RELAX-Namespace-extended RELAX Core.
 

Uses of IDContextProvider2 in com.sun.msv.schematron.reader
 

Classes in com.sun.msv.schematron.reader that implement IDContextProvider2
 class SRELAXNGReader
           
 

Uses of IDContextProvider2 in com.sun.msv.util
 

Fields in com.sun.msv.util declared as IDContextProvider2
 IDContextProvider2 StartTagInfo.context
          object that provides additional information which is necessary for validating some datatypes
 

Methods in com.sun.msv.util with parameters of type IDContextProvider2
 void 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 IDContextProvider2
StartTagInfo(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 IDContextProvider2
 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
 boolean 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 IDContextProvider2
 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
 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
 IDContextProvider2 StringToken.context
           
 

Methods in com.sun.msv.verifier.regexp with parameters of type IDContextProvider2
 boolean ExpressionAcceptor.onAttribute2(String namespaceURI, String localName, String qName, String value, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)
           
 boolean ComplexAcceptorBaseImpl.onText2(String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)
          eats string literal
 boolean ExpressionAcceptor.onText2(String literal, IDContextProvider2 provider, StringRef refErr, DatatypeRef refType)
           
 

Constructors in com.sun.msv.verifier.regexp with parameters of type IDContextProvider2
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)
           
 



MSV