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.apache.batik.script Provides an API for interpreting scripting language found in SVG files. 
org.apache.batik.transcoder Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format. 
org.apache.batik.transcoder.image Provides transcoders for transcoding a SVG document fragment to an image. 
org.apache.batik.transcoder.print   
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 DOMImplementationWrapper
          This class implements a wrapper for a DOMImplementation.
 class GenericDOMImplementation
          This class implements the DOMImplementation.
 

Fields in org.apache.batik.dom declared as DOMImplementation
protected  DOMImplementation DOMImplementationWrapper.domImplementation
          The wrapped DOMImplementation object.
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
 DOMImplementation DocumentWrapper.getImplementation()
          DOM: Implements Document.getImplementation().
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
DOMImplementationWrapper(RunnableQueue rq, DOMImplementation di)
          Creates a new DOMImplementationWrapper associated with the given RunnableQueue thread.
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 ExtensibleSVGDOMImplementation
          This class implements the DOMImplementation interface.
 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.
protected static DOMImplementation ExtensibleSVGDOMImplementation.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.
static DOMImplementation ExtensibleSVGDOMImplementation.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 SAXDocumentFactory.implementation
          The DOM implementation used to create the document.
 

Methods in org.apache.batik.dom.util with parameters of type DOMImplementation
static Document DOMUtilities.deepCloneDocument(Document doc, DOMImplementation impl)
          Deep clones a document using the given DOM implementation.
 

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

Uses of DOMImplementation in org.apache.batik.script
 

Methods in org.apache.batik.script that return DOMImplementation
 DOMImplementation DocumentProxy.getImplementation()
          The DOMImplementation object that handles this document.
 

Uses of DOMImplementation in org.apache.batik.transcoder
 

Methods in org.apache.batik.transcoder with parameters of type DOMImplementation
protected  DocumentFactory XMLAbstractTranscoder.createDocumentFactory(DOMImplementation domImpl, java.lang.String parserClassname)
          Creates the DocumentFactory used to create the DOM tree.
 

Uses of DOMImplementation in org.apache.batik.transcoder.image
 

Methods in org.apache.batik.transcoder.image with parameters of type DOMImplementation
protected  DocumentFactory ImageTranscoder.createDocumentFactory(DOMImplementation domImpl, java.lang.String parserClassname)
          Creates a DocumentFactory that is used to create an SVG DOM tree.
 

Uses of DOMImplementation in org.apache.batik.transcoder.print
 

Methods in org.apache.batik.transcoder.print with parameters of type DOMImplementation
protected  DocumentFactory PrintTranscoder.createDocumentFactory(DOMImplementation domImpl, java.lang.String parserClassname)
          Creates a DocumentFactory that is used to create an SVG DOM tree.
 

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