Home » Xerces-J-src.2.9.1 » org.apache.xerces » parsers »

org.apache.xerces.parsers

Interfaces:

XML11Configurable  

An XMLParserConfiguration implements this interface in order to indicate that it provides support for XML 1.1.

 
code | html

Abstract Classes:

AbstractSAXParser   This is the base class of all SAX parsers.  code | html
AbstractXMLDocumentParser   This is the base class for all XML document parsers.  code | html
BasicParserConfiguration   A very basic parser configuration.  code | html
DTDParser     code | html
XMLGrammarParser     code | html
XMLParser   Base class of all XML-related parsers.  code | html

Classes:

AbstractDOMParser   This is the base class of all DOM parsers.  code | html
AbstractSAXParser.AttributesProxy     code | html
AbstractSAXParser.LocatorProxy     code | html
CachingParserPool   A parser pool that enables caching of grammars.  code | html
CachingParserPool.ShadowedGrammarPool   Shadowed grammar pool.  code | html
CachingParserPool.SynchronizedGrammarPool   Synchronized grammar pool.  code | html
DOMASBuilderImpl   This is Abstract Schema DOM Builder class.  code | html
DOMParser   This is the main Xerces DOM parser class.  code | html
DOMParserImpl   This is Xerces DOM Builder class.  code | html
DOMParserImpl.AbortHandler     code | html
DTDConfiguration   This is the DTD-only parser configuration.  code | html
IntegratedParserConfiguration   This is configuration uses a scanner that integrates both scanning of the document and binding namespaces.  code | html
NonValidatingConfiguration   This is the non validating parser configuration.  code | html
ObjectFactory   This class is duplicated for each JAXP subpackage so keep it in sync.  code | html
ObjectFactory.ConfigurationError   A configuration error.  code | html
RevalidatingDOMParser   This class is a validating DOM parser which can also "revalidate" a DOM subtree after the document has been parsed.  code | html
SAXParser   This is the main Xerces SAX parser class.  code | html
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.  code | html
SecuritySupport   This class is duplicated for each subpackage so keep it in sync.  code | html
SecuritySupport12   This class is duplicated for each JAXP subpackage so keep it in sync.  code | html
SoftReferenceSymbolTableConfiguration   This parser configuration extends the default configuration allowing Xerces to handle usage scenarios where the names in the XML documents being parsed are mostly unique by installing a memory sensitive SymbolTable code | html
StandardParserConfiguration   This is the "standard" parser configuration.  code | html
XIncludeAwareParserConfiguration   This class is the configuration used to parse XML 1.0 and XML 1.1 documents and provides support for XInclude.  code | html
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.  code | html
XML11Configuration   This class is the configuration used to parse XML 1.0 and XML 1.1 documents.  code | html
XML11DTDConfiguration   This class is the DTD-only parser configuration used to parse XML 1.0 and XML 1.1 documents.  code | html
XML11NonValidatingConfiguration   This class is the non vlaidating parser configuration used to parse XML 1.0 and XML 1.1 documents.  code | html
XMLDocumentParser   This is a concrete vanilla XML parser class.  code | html
XMLGrammarCachingConfiguration  

This configuration provides a generic way of using Xerces's grammar caching facilities. 

code | html
XMLGrammarPreparser  

This class provides an easy way for a user to preparse grammars of various types. 

code | html
XMLGrammarPreparser.XMLGrammarLoaderContainer   Container for an XMLGrammarLoader.  code | html
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.  code | html