| Interface Summary | |
|---|---|
| XML11Configurable |
An |
| Class Summary | |
|---|---|
| AbstractDOMParser | This is the base class of all DOM parsers. |
| AbstractSAXParser | This is the base class of all SAX parsers. |
| AbstractSAXParser.AttributesProxy | |
| AbstractSAXParser.LocatorProxy | |
| AbstractXMLDocumentParser | This is the base class for all XML document parsers. |
| BasicParserConfiguration | A very basic parser configuration. |
| CachingParserPool | A parser pool that enables caching of grammars. |
| CachingParserPool.ShadowedGrammarPool | Shadowed grammar pool. |
| CachingParserPool.SynchronizedGrammarPool | Synchronized grammar pool. |
| DOMASBuilderImpl | This is Abstract Schema DOM Builder class. |
| DOMParser | This is the main Xerces DOM parser class. |
| DOMParserImpl | This is Xerces DOM Builder class. |
| DTDConfiguration | This is the DTD-only parser configuration. |
| DTDParser | |
| IntegratedParserConfiguration | This is configuration uses a scanner that integrates both scanning of the document and binding namespaces. |
| NonValidatingConfiguration | This is the non validating parser configuration. |
| SAXParser | This is the main Xerces SAX parser class. |
| SecurityConfiguration | This configuration allows Xerces to behave in a security-conscious manner; that is, it permits applications to instruct Xerces to limit certain operations that could be exploited by malicious document authors to cause a denail-of-service attack when the document is parsed. |
| 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. |
| XIncludeParserConfiguration |
This parser configuration includes an XIncludeHandler in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator. |
| XML11Configuration | This class is the configuration used to parse XML 1.0 and XML 1.1 documents. |
| XML11DTDConfiguration | This class is the DTD-only parser configuration used to parse XML 1.0 and XML 1.1 documents. |
| XML11NonValidatingConfiguration | This class is the non vlaidating parser configuration used to parse XML 1.0 and XML 1.1 documents. |
| XMLDocumentParser | This is a concrete vanilla XML parser class. |
| XMLGrammarCachingConfiguration |
This configuration provides a generic way of using Xerces's grammar caching facilities. |
| XMLGrammarParser | |
| XMLGrammarPreparser |
This class provides an easy way for a user to preparse grammars of various types. |
| XMLParser | Base class of all XML-related parsers. |
| XPointerParserConfiguration |
This parser configuration includes an XPointerHandler in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator. |