Uses of Interface
org.w3c.dom.DOMImplementation

Packages that use DOMImplementation
org.apache.html.dom   
org.apache.wml   
org.apache.wml.dom   
org.apache.xerces.dom   
org.apache.xerces.jaxp   
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.wml
 

Subinterfaces of DOMImplementation in org.apache.wml
 interface WMLDOMImplementation
          The interface is modeled after DOM1 Spec for HTML from W3C.
 

Uses of DOMImplementation in org.apache.wml.dom
 

Classes in org.apache.wml.dom that implement DOMImplementation
 class WMLDOMImplementationImpl
           
 

Methods in org.apache.wml.dom that return DOMImplementation
static DOMImplementation WMLDOMImplementationImpl.getDOMImplementation()
          NON-DOM: Obtain and return the single shared object
 

Uses of DOMImplementation in org.apache.xerces.dom
 

Classes in org.apache.xerces.dom that implement DOMImplementation
 class CoreDOMImplementationImpl
          The DOMImplementation class is description of a particular implementation of the Document Object Model.
 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
 DOMImplementation CoreDocumentImpl.getImplementation()
          Retrieve information describing the abilities of this particular DOM implementation.
 DOMImplementation DocumentImpl.getImplementation()
          Retrieve information describing the abilities of this particular DOM implementation.
static DOMImplementation DOMImplementationImpl.getDOMImplementation()
          NON-DOM: Obtain and return the single shared object
static DOMImplementation CoreDOMImplementationImpl.getDOMImplementation()
          NON-DOM: Obtain and return the single shared object
 

Uses of DOMImplementation in org.apache.xerces.jaxp
 

Methods in org.apache.xerces.jaxp that return DOMImplementation
 DOMImplementation DocumentBuilderImpl.getDOMImplementation()
           
 

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-2001 Apache XML Project. All Rights Reserved.