Package | Description |
---|---|
org.apache.batik.dom.util |
Provides some utility classes for the implementation of the DOM.
|
Modifier and Type | Field and Description |
---|---|
private DOMUtilities.NSMap |
DOMUtilities.NSMap.next
The next namespace prefix mapping in the list.
|
Modifier and Type | Method and Description |
---|---|
static DOMUtilities.NSMap |
DOMUtilities.NSMap.create()
Constructs a new namespace prefix mapping object with the
XML and XMLNS namespaces predeclared.
|
DOMUtilities.NSMap |
DOMUtilities.NSMap.declare(java.lang.String prefix,
java.lang.String ns)
Declares a new prefix mapping by returning a new
NSMap object that links to this one. |
Modifier and Type | Method and Description |
---|---|
protected static void |
DOMUtilities.writeNode(org.w3c.dom.Node n,
java.io.Writer w,
DOMUtilities.NSMap m,
boolean isXML11) |