Uses of Interface
org.w3c.dom.DOMImplementation

Packages that use DOMImplementation
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.svg   
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
org.w3c.dom   
org.w3c.dom.css   
 

Uses of DOMImplementation in org.apache.batik.dom
 

Classes in org.apache.batik.dom that implement DOMImplementation
 class AbstractDOMImplementation
          This class implements the DOMImplementation, DOMImplementationCSS interfaces.
 class GenericDOMImplementation
          This class implements the DOMImplementation.
 

Fields in org.apache.batik.dom declared as DOMImplementation
protected static DOMImplementation GenericDOMImplementation.DOM_IMPLEMENTATION
          The default instance of this class.
protected  DOMImplementation AbstractDocument.implementation
          The DOM implementation.
 

Methods in org.apache.batik.dom that return DOMImplementation
static DOMImplementation GenericDOMImplementation.getDOMImplementation()
          Returns the default instance of this class.
 DOMImplementation AbstractDocument.getImplementation()
          DOM: Implements Document.getImplementation().
 

Constructors in org.apache.batik.dom with parameters of type DOMImplementation
AbstractDocument(DOMImplementation impl)
          Creates a new document.
GenericDocument(DocumentType dt, DOMImplementation impl)
          Creates a new uninitialized document.
 

Uses of DOMImplementation in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement DOMImplementation
 class SVGDOMImplementation
          This class implements the DOMImplementation interface.
 

Fields in org.apache.batik.dom.svg declared as DOMImplementation
protected static DOMImplementation SVGDOMImplementation.DOM_IMPLEMENTATION
          The default instance of this class.
 

Methods in org.apache.batik.dom.svg that return DOMImplementation
static DOMImplementation SVGDOMImplementation.getDOMImplementation()
          Returns the default instance of this class.
 

Constructors in org.apache.batik.dom.svg with parameters of type DOMImplementation
SVGOMDocument(DocumentType dt, DOMImplementation impl)
          Creates a new document.
 

Uses of DOMImplementation in org.apache.batik.dom.util
 

Fields in org.apache.batik.dom.util declared as DOMImplementation
protected  DOMImplementation DocumentFactory.implementation
          The DOM implementation used to create the document.
 

Constructors in org.apache.batik.dom.util with parameters of type DOMImplementation
DocumentFactory(DOMImplementation impl, java.lang.String parser)
          Creates a new DocumentFactory object.
 

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 © 2000 Apache Software Foundation. All Rights Reserved.