Package org.apache.xerces.parsers
package org.apache.xerces.parsers
-
ClassDescriptionThis is the base class of all DOM parsers.This is the base class of all SAX parsers.This is the base class for all XML document parsers.A very basic parser configuration.A parser pool that enables caching of grammars.Shadowed grammar pool.Synchronized grammar pool.Deprecated.This is the main Xerces DOM parser class.This is Xerces DOM Builder class.This is the DTD-only parser configuration.This is configuration uses a scanner that integrates both scanning of the document and binding namespaces.This is the non validating parser configuration.This is the main Xerces SAX parser class.This configuration enhances Xerces support for the JAXP secure processing feature.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.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
.This is the "standard" parser configuration.This class is the configuration used to parse XML 1.0 and XML 1.1 documents and provides support for XInclude.This parser configuration includes anXIncludeHandler
in the pipeline before the schema validator, or as the last component in the pipeline if there is no schema validator.AnXMLParserConfiguration
implements this interface in order to indicate that it provides support for XML 1.1.This class is the configuration used to parse XML 1.0 and XML 1.1 documents.This class is the DTD-only parser configuration used to parse XML 1.0 and XML 1.1 documents.This class is the non validating parser configuration used to parse XML 1.0 and XML 1.1 documents.This is a concrete vanilla XML parser class.This configuration provides a generic way of using Xerces's grammar caching facilities.This class provides an easy way for a user to preparse grammars of various types.Base class of all XML-related parsers.This parser configuration includes anXPointerHandler
in the pipeline before the schema validator, or as the last component in the pipeline if there is no schema validator.