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

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

Uses of UTF8XmlOutput in com.sun.xml.bind.v2.runtime.output
 

Subclasses of UTF8XmlOutput in com.sun.xml.bind.v2.runtime.output
 class C14nXmlOutput
          XmlOutput that generates canonical XML.
 class IndentingUTF8XmlOutput
          UTF8XmlOutput with indentation.
 

Methods in com.sun.xml.bind.v2.runtime.output with parameters of type UTF8XmlOutput
 void Encoded.write(UTF8XmlOutput out)
          Writes the encoded bytes to the given output stream.
abstract  void Pcdata.writeTo(UTF8XmlOutput output)
          Writes itself to UTF8XmlOutput.
 

Uses of UTF8XmlOutput in com.sun.xml.bind.v2.runtime.unmarshaller
 

Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type UTF8XmlOutput
 void Base64Data.writeTo(UTF8XmlOutput output)
           
 void IntArrayData.writeTo(UTF8XmlOutput output)
           
 void IntData.writeTo(UTF8XmlOutput output)