Uses of Interface
org.w3c.dom.DOMConfiguration

Packages that use DOMConfiguration
org.apache.xml.dtm.ref   
org.apache.xml.serializer.dom3   
org.apache.xml.utils Implementation of Xalan utility classes. 
org.w3c.dom   
org.w3c.dom.ls   
 

Uses of DOMConfiguration in org.apache.xml.dtm.ref
 

Methods in org.apache.xml.dtm.ref that return DOMConfiguration
 DOMConfiguration DTMNodeProxy.getDomConfig()
          The configuration used when Document.normalizeDocument is invoked.
 

Uses of DOMConfiguration in org.apache.xml.serializer.dom3
 

Classes in org.apache.xml.serializer.dom3 that implement DOMConfiguration
 class LSSerializerImpl
          Implemenatation of DOM Level 3 org.w3c.ls.LSSerializer and org.w3c.dom.ls.DOMConfiguration.
 

Methods in org.apache.xml.serializer.dom3 that return DOMConfiguration
 DOMConfiguration LSSerializerImpl.getDomConfig()
          Returns the DOMConfiguration of the LSSerializer.
 

Uses of DOMConfiguration in org.apache.xml.utils
 

Methods in org.apache.xml.utils that return DOMConfiguration
 DOMConfiguration UnImplNode.getDomConfig()
          The configuration used when Document.normalizeDocument is invoked.
 

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.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.