Uses of Interface
org.w3c.dom.DOMImplementation

Packages that use DOMImplementation
org.apache.html.dom   
org.apache.xerces.dom   
org.w3c.dom   
org.w3c.dom.html   
 

Uses of DOMImplementation in org.apache.html.dom
 

Classes in org.apache.html.dom that implement DOMImplementation
 class HTMLDOMImplementationImpl
          Provides number of methods for performing operations that are independent of any particular instance of the document object model.
 

Uses of DOMImplementation in org.apache.xerces.dom
 

Classes in org.apache.xerces.dom that implement DOMImplementation
 class DOMImplementationImpl
          The DOMImplementation class is description of a particular implementation of the Document Object Model.
 

Methods in org.apache.xerces.dom that return DOMImplementation
static DOMImplementation DOMImplementationImpl.getDOMImplementation()
          NON-DOM: Obtain and return the single shared object
 DOMImplementation DocumentImpl.getImplementation()
          Retrieve information describing the abilities of this particular DOM implementation.
 

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.html
 

Subinterfaces of DOMImplementation in org.w3c.dom.html
 interface HTMLDOMImplementation
          The HTMLDOMImplementation interface extends the DOMImplementation interface with a method for creating an HTML document instance.
 



Copyright © 1999 Apache XML Project. All Rights Reserved.