| javax.xml.transform.sax.TransformerHandler |
A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the base ID (URI or system ID) from where relative
URLs will be resolved.
| |||||||||||
Get the | |||||||||||
Set the | |||||||||||
Set the base ID (URI or system ID) from where relative
URLs will be resolved.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.xml.sax.ContentHandler
| |||||||||||
From interface
org.xml.sax.ext.LexicalHandler
| |||||||||||
From interface
org.xml.sax.DTDHandler
| |||||||||||
Get the base ID (URI or system ID) from where relative URLs will be resolved.
setSystemId(String).
Get the Transformer associated with this handler, which
is needed in order to set parameters and output properties.
Transformer associated with this
TransformerHandler.
Set the Result associated with this
TransformerHandler to be used for the transformation.
| result | A Result instance, should not be
null. |
|---|
| IllegalArgumentException | if result is invalid for some reason. |
|---|
Set the base ID (URI or system ID) from where relative URLs will be resolved.
| systemID | Base URI for the source tree. |
|---|