Uses of Interface
org.simpleframework.xml.stream.NamespaceMap
Packages that use NamespaceMap
-
Uses of NamespaceMap in org.simpleframework.xml.stream
Classes in org.simpleframework.xml.stream that implement NamespaceMapModifier and TypeClassDescription(package private) class
ThePrefixResolver
object will store the namespaces for an element.Fields in org.simpleframework.xml.stream declared as NamespaceMapModifier and TypeFieldDescriptionprivate 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 NamespaceMapModifier and TypeMethodDescriptionOutputAttribute.getNamespaces()
This returns theNamespaceMap
for this node.OutputDocument.getNamespaces()
This returns theNamespaceMap
for the document.OutputElement.getNamespaces()
This returns theNamespaceMap
for this node.OutputNode.getNamespaces()
This returns theNamespaceMap
for this node.