Uses of Class
org.apache.batik.dom.util.DOMUtilities.NSMap
Packages that use DOMUtilities.NSMap
Package
Description
Provides some utility classes for the implementation of the DOM.
-
Uses of DOMUtilities.NSMap in org.apache.batik.dom.util
Fields in org.apache.batik.dom.util declared as DOMUtilities.NSMapModifier and TypeFieldDescriptionprivate DOMUtilities.NSMap
DOMUtilities.NSMap.next
The next namespace prefix mapping in the list.Methods in org.apache.batik.dom.util that return DOMUtilities.NSMapModifier and TypeMethodDescriptionstatic DOMUtilities.NSMap
DOMUtilities.NSMap.create()
Constructs a new namespace prefix mapping object with the XML and XMLNS namespaces predeclared.Declares a new prefix mapping by returning a newNSMap
object that links to this one.Methods in org.apache.batik.dom.util with parameters of type DOMUtilities.NSMapModifier and TypeMethodDescriptionprotected static void
DOMUtilities.writeNode
(Node n, Writer w, DOMUtilities.NSMap m, boolean isXML11)