| Package | Description |
|---|---|
| org.apache.batik.anim.dom | |
| org.apache.batik.dom.util |
Provides some utility classes for the implementation of the DOM.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SAXSVGDocumentFactory |
This class contains methods for creating SVGDocument instances
from an URI using SAX2.
|
| Modifier and Type | Method | Description |
|---|---|---|
static org.w3c.dom.Node |
DOMUtilities.parseXML(java.lang.String text,
org.w3c.dom.Document doc,
java.lang.String uri,
java.util.Map prefixes,
java.lang.String wrapperElementName,
SAXDocumentFactory documentFactory) |
Parses the given XML string into a DocumentFragment of the given document
or a new document if 'doc' is null.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.