Uses of Class
com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
-
Packages that use NamespaceContextImpl Package Description com.sun.xml.bind.v2.runtime.output Code that writes well-formed XML (XmlOutput
and its implementations}. -
-
Uses of NamespaceContextImpl in com.sun.xml.bind.v2.runtime.output
Fields in com.sun.xml.bind.v2.runtime.output declared as NamespaceContextImpl Modifier and Type Field Description NamespaceContextImpl
NamespaceContextImpl.Element. context
protected NamespaceContextImpl
XmlOutputAbstractImpl. nsContext
Set by the marshaller before the start tag is written for the root element.Methods in com.sun.xml.bind.v2.runtime.output with parameters of type NamespaceContextImpl Modifier and Type Method Description void
FastInfosetStreamWriterOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)
void
ForkXmlOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)
void
MTOMXmlOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)
void
SAXOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)
void
UTF8XmlOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)
void
XMLEventWriterOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)
void
XmlOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)
Called at the very beginning.void
XmlOutputAbstractImpl. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)
Called at the very beginning.void
XMLStreamWriterOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)
-