Methods Summary |
---|
public java.lang.String | getSystemId()Get the base ID (URI or system ID) from where relative
URLs will be resolved.
|
public javax.xml.transform.Transformer | getTransformer()Get the Transformer associated with this handler, which
is needed in order to set parameters and output properties.
|
public void | setResult(javax.xml.transform.Result result)Set the Result associated with this
TransformerHandler to be used for the transformation.
|
public void | setSystemId(java.lang.String systemID)Set the base ID (URI or system ID) from where relative
URLs will be resolved.
|