Uses of Interface
org.simpleframework.xml.stream.NamespaceMap
-
Packages that use NamespaceMap Package Description org.simpleframework.xml.stream -
-
Uses of NamespaceMap in org.simpleframework.xml.stream
Classes in org.simpleframework.xml.stream that implement NamespaceMap Modifier and Type Class Description (package private) class
PrefixResolver
ThePrefixResolver
object will store the namespaces for an element.Fields in org.simpleframework.xml.stream declared as NamespaceMap Modifier and Type Field Description private NamespaceMap
OutputAttribute. scope
This contains the namespaces for the parent element.private NamespaceMap
OutputElement. scope
This is the namespace map that contains the namespaces.Methods in org.simpleframework.xml.stream that return NamespaceMap Modifier and Type Method Description NamespaceMap
OutputAttribute. getNamespaces()
This returns theNamespaceMap
for this node.NamespaceMap
OutputDocument. getNamespaces()
This returns theNamespaceMap
for the document.NamespaceMap
OutputElement. getNamespaces()
This returns theNamespaceMap
for this node.NamespaceMap
OutputNode. getNamespaces()
This returns theNamespaceMap
for this node.
-