Uses of Package
org.apache.xerces.parsers

Packages that use org.apache.xerces.parsers
org.apache.xerces.impl.xs.opti   
org.apache.xerces.jaxp   
org.apache.xerces.parsers   
 

Classes in org.apache.xerces.parsers used by org.apache.xerces.impl.xs.opti
BasicParserConfiguration
          A very basic parser configuration.
 

Classes in org.apache.xerces.parsers used by org.apache.xerces.jaxp
AbstractSAXParser
          This is the base class of all SAX parsers.
AbstractXMLDocumentParser
          This is the base class for all XML document parsers.
SAXParser
          This is the main Xerces SAX parser class.
XMLParser
          Base class of all XML-related parsers.
 

Classes in org.apache.xerces.parsers used by org.apache.xerces.parsers
AbstractDOMParser
          This is the base class of all DOM parsers.
AbstractSAXParser
          This is the base class of all SAX parsers.
AbstractXMLDocumentParser
          This is the base class for all XML document parsers.
BasicParserConfiguration
          A very basic parser configuration.
DOMParser
          This is the main Xerces DOM parser class.
DOMParserImpl
          This is Xerces DOM Builder class.
DTDConfiguration
          This is the DTD-only parser configuration.
SAXParser
          This is the main Xerces SAX parser class.
StandardParserConfiguration
          This is the "standard" parser configuration.
XIncludeAwareParserConfiguration
          This class is the configuration used to parse XML 1.0 and XML 1.1 documents and provides support for XInclude.
XML11Configurable
          An XMLParserConfiguration implements this interface in order to indicate that it provides support for XML 1.1.
XML11Configuration
          This class is the configuration used to parse XML 1.0 and XML 1.1 documents.
XMLGrammarCachingConfiguration
           This configuration provides a generic way of using Xerces's grammar caching facilities.
XMLGrammarParser
           
XMLParser
          Base class of all XML-related parsers.