No examples for this method.
Frequently called with: [Clear]
-1
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
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. |
---|