Uses of Interface
org.w3c.dom.DOMConfiguration

Packages that use DOMConfiguration
org.w3c.dom   
org.w3c.dom.ls   
 

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 LSParser.getDomConfig()
          The DOMConfiguration object used when parsing an input source.
 DOMConfiguration LSSerializer.getDomConfig()
          The DOMConfiguration object used by the LSSerializer when serializing a DOM node.