Uses of Class
com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl

Packages that use NamespaceContextImpl
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
 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
 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 XMLStreamWriterOutput.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 FastInfosetStreamWriterOutput.startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)