javax.xml.transform.sax
public interface TransformerHandler extends ContentHandler, LexicalHandler, DTDHandler
Version: 1.0
| Method Summary | |
|---|---|
| String | getSystemId() |
| Transformer | getTransformer()
Returns the associated transformer, for use in setting
parameters and output properties. |
| void | setResult(Result result)
Assigns the result of the transform. |
| 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.