Uses of Interface
org.apache.batik.dom.util.DocumentFactory
Packages that use DocumentFactory
Package
Description
Provides some utility classes for the implementation of the DOM.
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 DocumentFactoryModifier and TypeClassDescriptionclass
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.svgModifier and TypeInterfaceDescriptioninterface
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 DocumentFactoryModifier and TypeClassDescriptionclass
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 DocumentFactoryModifier and TypeMethodDescriptionprotected DocumentFactory
SVGAbstractTranscoder.createDocumentFactory
(DOMImplementation domImpl, String parserClassname) Creates aDocumentFactory
that is used to create an SVG DOM tree.protected DocumentFactory
XMLAbstractTranscoder.createDocumentFactory
(DOMImplementation domImpl, String parserClassname) Creates theDocumentFactory
used to create the DOM tree.