java.lang.Object
org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
org.glassfish.jaxb.runtime.v2.runtime.output.SAXOutput
All Implemented Interfaces:
XmlOutput
Direct Known Subclasses:
DOMOutput

public class SAXOutput extends XmlOutputAbstractImpl
XmlOutput implementation that writes to SAX ContentHandler.
Author:
Kohsuke Kawaguchi