Uses of Package
com.sun.xml.bind.v2.runtime.output

Packages that use com.sun.xml.bind.v2.runtime.output
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
com.sun.xml.bind.v2.runtime.output Code that writes well-formed XML (XmlOutput and its implementations}. 
com.sun.xml.bind.v2.runtime.unmarshaller   
 

Classes in com.sun.xml.bind.v2.runtime.output used by com.sun.xml.bind.v2.runtime
Encoded
          Buffer for UTF-8 encoded string.
Pcdata
          Text data in XML.
XmlOutput
          Well-formed XML writer.
 

Classes in com.sun.xml.bind.v2.runtime.output used by com.sun.xml.bind.v2.runtime.output
Encoded
          Buffer for UTF-8 encoded string.
NamespaceContextImpl
          Keeps track of in-scope namespace bindings for the marshaller.
NamespaceContextImpl.Element
          This model of namespace declarations maintain the following invariants.
Pcdata
          Text data in XML.
SAXOutput
          XmlOutput implementation that writes to SAX ContentHandler.
UTF8XmlOutput
          XmlOutput implementation specialized for UTF-8.
XmlOutput
          Well-formed XML writer.
XmlOutputAbstractImpl
          Abstract implementation of XmlOutput Implements the optimal methods, where defer to the non-optimal methods.
XMLStreamWriterOutput
          XmlOutput that writes to StAX XMLStreamWriter.
 

Classes in com.sun.xml.bind.v2.runtime.output used by com.sun.xml.bind.v2.runtime.unmarshaller
Pcdata
          Text data in XML.
UTF8XmlOutput
          XmlOutput implementation specialized for UTF-8.