javax.xml.transform.sax
public interface TransformerHandler extends ContentHandler, LexicalHandler, DTDHandler
Method Summary | |
---|---|
String | getSystemId()
Returns the system ID relative to which URLs will be resolved. |
Transformer | getTransformer()
Returns the transformer associated with this handler in order to set
parameters and output properties. |
void | setResult(Result result)
Sets the result sink to be used as the output of the transformation. |
void | setSystemId(String systemID)
Sets the system ID relative to which URLs will be resolved. |
Throws: IllegalArgumentException if the result is not a valid target