javax.xml.transform.sax
public class SAXResult extends Object implements Result
Version: 1.0
| Field Summary | |
|---|---|
| static String | FEATURE
Used with TransformerFactory.getFeature() to determine
whether the transformers it produces support SAXResult objects
as outputs. |
| Constructor Summary | |
|---|---|
| SAXResult() | |
| SAXResult(ContentHandler handler) | |
| Method Summary | |
|---|---|
| ContentHandler | getHandler() |
| LexicalHandler | getLexicalHandler() |
| String | getSystemId() |
| void | setHandler(ContentHandler handler) |
| void | setLexicalHandler(LexicalHandler lexHandler) |
| void | setSystemId(String systemID) |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2013-01-12.