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) classPrefixResolverThePrefixResolverobject will store the namespaces for an element.Fields in org.simpleframework.xml.stream declared as NamespaceMap Modifier and Type Field Description private 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 NamespaceMap Modifier and Type Method Description NamespaceMapOutputAttribute. getNamespaces()This returns theNamespaceMapfor this node.NamespaceMapOutputDocument. getNamespaces()This returns theNamespaceMapfor the document.NamespaceMapOutputElement. getNamespaces()This returns theNamespaceMapfor this node.NamespaceMapOutputNode. getNamespaces()This returns theNamespaceMapfor this node.
-