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

Packages that use XMLParserConfiguration
org.apache.xerces.dom   
org.apache.xerces.impl.xs.opti   
org.apache.xerces.parsers   
org.apache.xerces.xni.parser   
 

Uses of XMLParserConfiguration in org.apache.xerces.dom
 

Classes in org.apache.xerces.dom that implement XMLParserConfiguration
 class DOMConfigurationImpl
          Xerces implementation of DOMConfiguration that maintains a table of recognized parameters.
 

Uses of XMLParserConfiguration in org.apache.xerces.impl.xs.opti
 

Classes in org.apache.xerces.impl.xs.opti that implement XMLParserConfiguration
 class SchemaParsingConfig
           
 

Constructors in org.apache.xerces.impl.xs.opti with parameters of type XMLParserConfiguration
SchemaDOMParser(XMLParserConfiguration config)
          Default constructor.
 

Uses of XMLParserConfiguration in org.apache.xerces.parsers
 

Classes in org.apache.xerces.parsers that implement XMLParserConfiguration
 class BasicParserConfiguration
          A very basic parser configuration.
 class DTDConfiguration
          This is the DTD-only parser configuration.
 class IntegratedParserConfiguration
          This is configuration uses a scanner that integrates both scanning of the document and binding namespaces.
 class NonValidatingConfiguration
          This is the non validating parser configuration.
 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.
 class 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.
 class StandardParserConfiguration
          This is the "standard" parser configuration.
 class XIncludeAwareParserConfiguration
          This class is the configuration used to parse XML 1.0 and XML 1.1 documents and provides support for XInclude.
 class 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.
 class XML11Configuration
          This class is the configuration used to parse XML 1.0 and XML 1.1 documents.
 class XML11DTDConfiguration
          This class is the DTD-only parser configuration used to parse XML 1.0 and XML 1.1 documents.
 class XML11NonValidatingConfiguration
          This class is the non vlaidating parser configuration used to parse XML 1.0 and XML 1.1 documents.
 class XMLGrammarCachingConfiguration
           This configuration provides a generic way of using Xerces's grammar caching facilities.
 class 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.
 

Methods in org.apache.xerces.parsers that return XMLParserConfiguration
 XMLParserConfiguration DOMParser.getXMLParserConfiguration()
          Returns this parser's XMLParserConfiguration.
 

Constructors in org.apache.xerces.parsers with parameters of type XMLParserConfiguration
DOMParser(XMLParserConfiguration config)
          Constructs a DOM parser using the specified parser configuration.
DOMParserImpl(XMLParserConfiguration config)
          Constructs a DOM Builder using the specified parser configuration.
SAXParser(XMLParserConfiguration config)
          Constructs a SAX parser using the specified parser configuration.
XMLDocumentParser(XMLParserConfiguration config)
          Constructs a document parser using the specified parser configuration.
 

Uses of XMLParserConfiguration in org.apache.xerces.xni.parser
 

Subinterfaces of XMLParserConfiguration in org.apache.xerces.xni.parser
 interface XMLPullParserConfiguration
          Represents a parser configuration that can be used as the configuration for a "pull" parser.