Uses of Interface
com.sun.xml.bind.v2.runtime.NamespaceContext2
-
Packages that use NamespaceContext2 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 NamespaceContext2 in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime that return NamespaceContext2 Modifier and Type Method Description NamespaceContext2
XMLSerializer. getNamespaceContext()
-
Uses of NamespaceContext2 in com.sun.xml.bind.v2.runtime.output
Classes in com.sun.xml.bind.v2.runtime.output that implement NamespaceContext2 Modifier and Type Class Description class
NamespaceContextImpl
Keeps track of in-scope namespace bindings for the marshaller.
-