Uses of Class
com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
Packages that use NamespaceContextImpl
-
Uses of NamespaceContextImpl in com.sun.xml.bind.v2.runtime.output
Fields in com.sun.xml.bind.v2.runtime.output declared as NamespaceContextImplModifier and TypeFieldDescriptionfinal 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 NamespaceContextImplModifier and TypeMethodDescriptionvoid
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)