Uses of Class
org.apache.batik.dom.util.DOMUtilities.NSMap
-
Packages that use DOMUtilities.NSMap Package Description org.apache.batik.dom.util 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.NSMap Modifier and Type Field Description private DOMUtilities.NSMapDOMUtilities.NSMap. nextThe next namespace prefix mapping in the list.Methods in org.apache.batik.dom.util that return DOMUtilities.NSMap Modifier and Type Method Description static DOMUtilities.NSMapDOMUtilities.NSMap. create()Constructs a new namespace prefix mapping object with the XML and XMLNS namespaces predeclared.DOMUtilities.NSMapDOMUtilities.NSMap. declare(java.lang.String prefix, java.lang.String ns)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.NSMap Modifier and Type Method Description protected static voidDOMUtilities. writeNode(org.w3c.dom.Node n, java.io.Writer w, DOMUtilities.NSMap m, boolean isXML11)
-