Uses of Interface
org.w3c.dom.DOMConfiguration

Packages that use DOMConfiguration
org.apache.xerces.dom   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.opti   
org.apache.xerces.parsers   
org.apache.xerces.xs   
org.apache.xml.serialize   
org.w3c.dom   
org.w3c.dom.ls   
 

Uses of DOMConfiguration in org.apache.xerces.dom
 

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

Methods in org.apache.xerces.dom that return DOMConfiguration
 DOMConfiguration CoreDocumentImpl.getDomConfig()
          DOM Level 3 CR - Experimental The configuration used when Document.normalizeDocument is invoked.
 DOMConfiguration PSVIDocumentImpl.getDomConfig()
          The configuration used when Document.normalizeDocument is invoked.
 

Uses of DOMConfiguration in org.apache.xerces.impl.xs
 

Classes in org.apache.xerces.impl.xs that implement DOMConfiguration
 class XMLSchemaLoader
          This class implements xni.grammars.XMLGrammarLoader.
 class XSLoaderImpl
          An implementation of XSLoader which wraps XMLSchemaLoader.
 

Methods in org.apache.xerces.impl.xs that return DOMConfiguration
 DOMConfiguration XMLSchemaLoader.getConfig()
           
 DOMConfiguration XSLoaderImpl.getConfig()
          The configuration of a document.
 

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

Methods in org.apache.xerces.impl.xs.opti that return DOMConfiguration
 DOMConfiguration DefaultDocument.getDomConfig()
          The configuration used when Document.normalizeDocument is invoked.
 

Uses of DOMConfiguration in org.apache.xerces.parsers
 

Classes in org.apache.xerces.parsers that implement DOMConfiguration
 class DOMASBuilderImpl
          Deprecated.  
 class DOMParserImpl
          This is Xerces DOM Builder class.
 

Methods in org.apache.xerces.parsers that return DOMConfiguration
 DOMConfiguration DOMParserImpl.getDomConfig()
           
 

Uses of DOMConfiguration in org.apache.xerces.xs
 

Methods in org.apache.xerces.xs that return DOMConfiguration
 DOMConfiguration XSLoader.getConfig()
          The configuration of a document.
 

Uses of DOMConfiguration in org.apache.xml.serialize
 

Classes in org.apache.xml.serialize that implement DOMConfiguration
 class DOMSerializerImpl
          Deprecated. Replaced by org.apache.xml.serializer.dom3.LSSerializerImpl in Xerces 2.9.0.
 

Methods in org.apache.xml.serialize that return DOMConfiguration
 DOMConfiguration DOMSerializerImpl.getDomConfig()
          Deprecated.  
 

Uses of DOMConfiguration in org.w3c.dom
 

Methods in org.w3c.dom that return DOMConfiguration
 DOMConfiguration Document.getDomConfig()
          The configuration used when Document.normalizeDocument() is invoked.
 

Uses of DOMConfiguration in org.w3c.dom.ls
 

Methods in org.w3c.dom.ls that return DOMConfiguration
 DOMConfiguration LSSerializer.getDomConfig()
          The DOMConfiguration object used by the LSSerializer when serializing a DOM node.
 DOMConfiguration LSParser.getDomConfig()
          The DOMConfiguration object used when parsing an input source.