Uses of Interface
org.w3c.dom.DOMImplementation

Packages that use DOMImplementation
javax.xml.parsers Provides classes allowing the processing of XML documents. 
org.apache.xml.dtm.ref   
org.apache.xml.utils Implementation of Xalan utility classes. 
org.w3c.dom   
org.w3c.dom.css   
 

Uses of DOMImplementation in javax.xml.parsers
 

Methods in javax.xml.parsers that return DOMImplementation
abstract  DOMImplementation DocumentBuilder.getDOMImplementation()
          Obtain an instance of a DOMImplementation object.
 

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

Methods in org.apache.xml.dtm.ref that return DOMImplementation
 DOMImplementation DTMNodeProxy.getImplementation()
           
 

Uses of DOMImplementation in org.apache.xml.utils
 

Methods in org.apache.xml.utils that return DOMImplementation
 DOMImplementation UnImplNode.getImplementation()
          Unimplemented.
 

Uses of DOMImplementation in org.w3c.dom
 

Methods in org.w3c.dom that return DOMImplementation
 DOMImplementation Document.getImplementation()
          The DOMImplementation object that handles this document.
 

Uses of DOMImplementation in org.w3c.dom.css
 

Subinterfaces of DOMImplementation in org.w3c.dom.css
 interface DOMImplementationCSS
          This interface allows the DOM user to create a CSSStyleSheet outside the context of a document.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.