Uses of Interface
org.apache.xerces.xni.parser.XMLComponent

Packages that use XMLComponent
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
org.apache.xerces.impl.xs   
org.apache.xerces.xinclude   
org.apache.xerces.xpointer   
 

Uses of XMLComponent in org.apache.xerces.impl
 

Classes in org.apache.xerces.impl that implement XMLComponent
 class XML11DocumentScannerImpl
          This class is responsible for scanning XML document structure and content.
 class XML11DTDScannerImpl
          This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.
 class XML11NamespaceBinder
          This class performs namespace binding on the startElement and endElement method calls in accordance with Namespaces in XML 1.1.
 class XML11NSDocumentScannerImpl
          The scanner acts as the source for the document information which is communicated to the document handler.
 class XMLDocumentFragmentScannerImpl
          This class is responsible for scanning the structure and content of document fragments.
 class XMLDocumentScannerImpl
          This class is responsible for scanning XML document structure and content.
 class XMLDTDScannerImpl
          This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.
 class XMLEntityManager
          The entity manager handles the registration of general and parameter entities; resolves entities; and starts entities.
 class XMLErrorReporter
          This class is a common element of all parser configurations and is used to report errors that occur.
 class XMLNamespaceBinder
          This class performs namespace binding on the startElement and endElement method calls and passes all other methods through to the registered document handler.
 class XMLNSDocumentScannerImpl
          The scanner acts as the source for the document information which is communicated to the document handler.
 class XMLScanner
          This class is responsible for holding scanning methods common to scanning the XML document structure and content as well as the DTD structure and content.
 

Uses of XMLComponent in org.apache.xerces.impl.dtd
 

Classes in org.apache.xerces.impl.dtd that implement XMLComponent
 class XML11DTDProcessor
          This class extends XMLDTDProcessor by giving it the ability to parse XML 1.1 documents correctly.
 class XML11DTDValidator
          This allows the validator to correctlyhandle XML 1.1 documents.
 class XML11NSDTDValidator
          The DTD validator.
 class XMLDTDLoader
          The DTD loader.
 class XMLDTDProcessor
          The DTD processor.
 class XMLDTDValidator
          The DTD validator.
 class XMLNSDTDValidator
          The DTD validator.
 

Uses of XMLComponent in org.apache.xerces.impl.xs
 

Classes in org.apache.xerces.impl.xs that implement XMLComponent
 class XMLSchemaLoader
          This class implements xni.grammars.XMLGrammarLoader.
 class XMLSchemaValidator
          The XML Schema validator.
 

Uses of XMLComponent in org.apache.xerces.xinclude
 

Classes in org.apache.xerces.xinclude that implement XMLComponent
 class XIncludeHandler
           This is a pipeline component which performs XInclude handling, according to the W3C specification for XML Inclusions.
 

Uses of XMLComponent in org.apache.xerces.xpointer
 

Classes in org.apache.xerces.xpointer that implement XMLComponent
 class XPointerHandler
           This is a pipeline component which extends the XIncludeHandler to perform XPointer specific processing specified in the W3C XPointerFramework and element() Scheme Recommendations.