Class SAXOutput

All Implemented Interfaces:
XmlOutput
Direct Known Subclasses:
DOMOutput

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