Uses of Interface
org.w3c.dom.DOMImplementation

Packages that use DOMImplementation
javax.xml.parsers Provides classes allowing the processing of XML documents. 
org.apache.html.dom   
org.apache.wml   
org.apache.wml.dom   
org.apache.xerces.dom   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.opti   
org.apache.xerces.jaxp   
org.w3c.dom   
org.w3c.dom.bootstrap   
org.w3c.dom.css   
org.w3c.dom.html   
 

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.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 ASDOMImplementationImpl
          Deprecated.  
 class CoreDOMImplementationImpl
          The DOMImplementation class is description of a particular implementation of the Document Object Model.
 class DeferredDOMImplementationImpl
          This 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.
 class PSVIDOMImplementationImpl
          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 CoreDOMImplementationImpl.getDOMImplementation()
          NON-DOM: Obtain and return the single shared object
static DOMImplementation DeferredDOMImplementationImpl.getDOMImplementation()
          NON-DOM: Obtain and return the single shared object
static DOMImplementation DOMImplementationImpl.getDOMImplementation()
          NON-DOM: Obtain and return the single shared object
static DOMImplementation ASDOMImplementationImpl.getDOMImplementation()
          Deprecated. NON-DOM: Obtain and return the single shared object
static DOMImplementation PSVIDOMImplementationImpl.getDOMImplementation()
          NON-DOM: Obtain and return the single shared object
 DOMImplementation DOMImplementationSourceImpl.getDOMImplementation(java.lang.String features)
          A method to request a DOM implementation.
 DOMImplementation DOMXSImplementationSourceImpl.getDOMImplementation(java.lang.String features)
          A method to request a DOM implementation.
 DOMImplementation DocumentImpl.getImplementation()
          Retrieve information describing the abilities of this particular DOM implementation.
 DOMImplementation CoreDocumentImpl.getImplementation()
          Retrieve information describing the abilities of this particular DOM implementation.
 DOMImplementation PSVIDocumentImpl.getImplementation()
          Retrieve information describing the abilities of this particular DOM implementation.
 DOMImplementation DeferredDocumentImpl.getImplementation()
          Retrieve information describing the abilities of this particular DOM implementation.
 DOMImplementation DOMImplementationListImpl.item(int index)
          Returns the indexth item in the collection.
 

Uses of DOMImplementation in org.apache.xerces.impl.xs
 

Classes in org.apache.xerces.impl.xs that implement DOMImplementation
 class XSImplementationImpl
          Implements XSImplementation interface that allows one to retrieve an instance of XSLoader.
 

Methods in org.apache.xerces.impl.xs that return DOMImplementation
static DOMImplementation XSImplementationImpl.getDOMImplementation()
          NON-DOM: Obtain and return the single shared object
 

Uses of DOMImplementation in org.apache.xerces.impl.xs.opti
 

Methods in org.apache.xerces.impl.xs.opti that return DOMImplementation
 DOMImplementation DefaultDocument.getImplementation()
           
 

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 DOMImplementationSource.getDOMImplementation(java.lang.String features)
          A method to request the first DOM implementation that supports the specified features.
 DOMImplementation Document.getImplementation()
          The DOMImplementation object that handles this document.
 DOMImplementation DOMImplementationList.item(int index)
          Returns the indexth item in the collection.
 

Uses of DOMImplementation in org.w3c.dom.bootstrap
 

Methods in org.w3c.dom.bootstrap that return DOMImplementation
 DOMImplementation DOMImplementationRegistry.getDOMImplementation(java.lang.String features)
          Return the first implementation that has the desired features, or null if none is found.
 

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.
 

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.