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.NSMapDOMUtilities.NSMap.nextThe next namespace prefix mapping in the list.Methods in org.apache.batik.dom.util that return DOMUtilities.NSMapModifier and TypeMethodDescriptionstatic DOMUtilities.NSMapDOMUtilities.NSMap.create()Constructs a new namespace prefix mapping object with the XML and XMLNS namespaces predeclared.Declares a new prefix mapping by returning a newNSMapobject that links to this one.Methods in org.apache.batik.dom.util with parameters of type DOMUtilities.NSMapModifier and TypeMethodDescriptionprotected static voidDOMUtilities.writeNode(Node n, Writer w, DOMUtilities.NSMap m, boolean isXML11)