Uses of Class
com.sun.xml.bind.marshaller.NamespacePrefixMapper
-
Packages that use NamespacePrefixMapper Package Description com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.output Code that writes well-formed XML (XmlOutput
and its implementations}. -
-
Uses of NamespacePrefixMapper in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime with parameters of type NamespacePrefixMapper Modifier and Type Method Description void
XMLSerializer. setPrefixMapper(NamespacePrefixMapper prefixMapper)
-
Uses of NamespacePrefixMapper in com.sun.xml.bind.v2.runtime.output
Methods in com.sun.xml.bind.v2.runtime.output that return NamespacePrefixMapper Modifier and Type Method Description NamespacePrefixMapper
NamespaceContextImpl. getPrefixMapper()
Methods in com.sun.xml.bind.v2.runtime.output with parameters of type NamespacePrefixMapper Modifier and Type Method Description void
NamespaceContextImpl. setPrefixMapper(NamespacePrefixMapper mapper)
-