org.exolab.adaptx.jaxp.transform.sax
public class TransformerHandlerImpl extends SAXInput implements TransformerHandler
see javax.xml.transform.sax.TransformerHandler for more information
Version: $Revision: 3827 $ $Date: 2003-09-09 00:40:54 -0400 (Tue, 09 Sep 2003) $
Constructor Summary | |
---|---|
TransformerHandlerImpl()
Creates a new TransformerHandlerImpl | |
TransformerHandlerImpl(XSLTStylesheet stylesheet)
Creates a new TransformerHandlerImpl with the given
XSLTStylesheet to use during the transformation.
|
Method Summary | |
---|---|
String | getSystemId()
Get the base ID (URI or system ID) from where relative
URLs will be resolved. |
Transformer | getTransformer()
Get the Transformer associated with this handler, which
is needed in order to set parameters and output properties. |
void | notationDecl(String name, String publicId, String systemId) |
void | setResult(Result result)
Enables the user of the TransformerHandler to set the
to set the Result for the transformation.
|
void | setSystemId(String systemID)
Set the base ID (URI or system ID) from where relative
URLs will be resolved.
|
void | unparsedEntityDecl(String name, String publicId, String systemId, String notationName) |
Parameters: stylesheet the XSLTStylesheet to use during the transformation
Returns: The systemID that was set with TransformerHandlerImpl.
Parameters: result A Result instance, should not be null.
Throws: IllegalArgumentException if result is invalid for some reason.
Parameters: systemID Base URI for the source tree.