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) classThePrefixResolverobject will store the namespaces for an element.Fields in org.simpleframework.xml.stream declared as NamespaceMapModifier and TypeFieldDescriptionprivate NamespaceMapOutputAttribute.scopeThis contains the namespaces for the parent element.private NamespaceMapOutputElement.scopeThis is the namespace map that contains the namespaces.Methods in org.simpleframework.xml.stream that return NamespaceMapModifier and TypeMethodDescriptionOutputAttribute.getNamespaces()This returns theNamespaceMapfor this node.OutputDocument.getNamespaces()This returns theNamespaceMapfor the document.OutputElement.getNamespaces()This returns theNamespaceMapfor this node.OutputNode.getNamespaces()This returns theNamespaceMapfor this node.