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

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

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

Subclasses of SAXOutput in com.sun.xml.bind.v2.runtime.output
 class DOMOutput
          XmlOutput implementation that does associative marshalling to DOM.
 class InPlaceDOMOutput