Package | Description |
---|---|
org.apache.batik.dom.svg | |
org.apache.batik.dom.util |
Provides some utility classes for the implementation of the DOM.
|
Modifier and Type | Class and Description |
---|---|
class |
SAXSVGDocumentFactory
This class contains methods for creating SVGDocument instances
from an URI using SAX2.
|
Modifier and Type | Method and 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 ? 2008 Apache Software Foundation. All Rights Reserved.