Uses of Interface
org.apache.batik.dom.util.DocumentFactory
-
Packages that use DocumentFactory Package Description org.apache.batik.anim.dom 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.anim.dom
Classes in org.apache.batik.anim.dom that implement DocumentFactory Modifier and Type Class Description class
SAXSVGDocumentFactory
This class contains methods for creating SVGDocument instances from an URI using SAX2. -
Uses of DocumentFactory in org.apache.batik.dom.svg
Subinterfaces of DocumentFactory in org.apache.batik.dom.svg Modifier and Type Interface Description interface
SVGDocumentFactory
This interface represents an object which can build a SVGDocument. -
Uses of DocumentFactory in org.apache.batik.dom.util
Classes in org.apache.batik.dom.util that implement DocumentFactory Modifier and Type Class Description 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 Modifier and Type Method Description protected DocumentFactory
SVGAbstractTranscoder. createDocumentFactory(org.w3c.dom.DOMImplementation domImpl, java.lang.String parserClassname)
Creates aDocumentFactory
that is used to create an SVG DOM tree.protected DocumentFactory
XMLAbstractTranscoder. createDocumentFactory(org.w3c.dom.DOMImplementation domImpl, java.lang.String parserClassname)
Creates theDocumentFactory
used to create the DOM tree.
-