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 NamespaceContextImplNamespaceContextImpl.Element.contextprotected NamespaceContextImplXmlOutputAbstractImpl.nsContextSet 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 TypeMethodDescriptionvoidFastInfosetStreamWriterOutput.startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) voidForkXmlOutput.startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) voidMTOMXmlOutput.startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) voidSAXOutput.startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) voidUTF8XmlOutput.startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) voidXMLEventWriterOutput.startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) voidXmlOutput.startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) Called at the very beginning.voidXmlOutputAbstractImpl.startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) Called at the very beginning.voidXMLStreamWriterOutput.startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)