|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.transcoder | Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format. |
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 |
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.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. |
protected DocumentFactory |
SVGAbstractTranscoder.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |