| 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.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SAXSVGDocumentFactory |
This class contains methods for creating SVGDocument instances
from an URI using SAX2.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
SVGDocumentFactory |
This interface represents an object which can build a SVGDocument.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SAXDocumentFactory |
This class contains methods for creating Document instances
from an URI using SAX2.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected DocumentFactory |
SVGAbstractTranscoder.createDocumentFactory(org.w3c.dom.DOMImplementation domImpl,
java.lang.String parserClassname) |
Creates a
DocumentFactory that is used to create an SVG DOM
tree. |
protected DocumentFactory |
XMLAbstractTranscoder.createDocumentFactory(org.w3c.dom.DOMImplementation domImpl,
java.lang.String parserClassname) |
Creates the
DocumentFactory used to create the DOM
tree. |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.