|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentFactory | |
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. |
Uses of DocumentFactory in org.apache.batik.dom.svg |
Subinterfaces of DocumentFactory in org.apache.batik.dom.svg | |
interface |
SVGDocumentFactory
This interface represents an object which can build a SVGDocument. |
Classes in org.apache.batik.dom.svg that implement DocumentFactory | |
class |
SAXSVGDocumentFactory
This class contains methods for creating SVGDocument instances from an URI using SAX2. |
Uses of DocumentFactory in org.apache.batik.dom.util |
Classes in org.apache.batik.dom.util that implement DocumentFactory | |
class |
SAXDocumentFactory
This class contains methods for creating Document instances from an URI using SAX2. |
Uses of DocumentFactory in org.apache.batik.transcoder |
Methods in org.apache.batik.transcoder that return DocumentFactory | |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |