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 TypeClassDescriptionclassThis 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 TypeInterfaceDescriptioninterfaceThis 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 TypeClassDescriptionclassThis 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 DocumentFactorySVGAbstractTranscoder.createDocumentFactory(DOMImplementation domImpl, String parserClassname) Creates aDocumentFactorythat is used to create an SVG DOM tree.protected DocumentFactoryXMLAbstractTranscoder.createDocumentFactory(DOMImplementation domImpl, String parserClassname) Creates theDocumentFactoryused to create the DOM tree.