Uses of Interface
org.glassfish.jaxb.runtime.v2.runtime.NamespaceContext2
-
Packages that use NamespaceContext2 Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}. -
-
Uses of NamespaceContext2 in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return NamespaceContext2 Modifier and Type Method Description NamespaceContext2XMLSerializer. getNamespaceContext() -
Uses of NamespaceContext2 in org.glassfish.jaxb.runtime.v2.runtime.output
Classes in org.glassfish.jaxb.runtime.v2.runtime.output that implement NamespaceContext2 Modifier and Type Class Description classNamespaceContextImplKeeps track of in-scope namespace bindings for the marshaller.
-