com.jclark.xsl.trax
class TransformerImpl extends Transformer
Constructor Summary | |
---|---|
TransformerImpl(Sheet sheet, Engine engine, TransformerFactoryImpl factory)
Create a TransformerImpl. |
Method Summary | |
---|---|
void | clearParameters()
Clear all parameters set with setParameter. |
ErrorListener | getErrorListener()
Get the error event handler in effect for the transformation. |
Properties | getOutputProperties() |
String | getOutputProperty(String name)
Return null. |
Object | getParameter(String name)
Get a parameter that was explicitly set with setParameter
or setParameters. |
URIResolver | getURIResolver()
Get an object that will be used to resolve URIs used in
document(), etc. |
protected XSLProcessorImpl | init(Result result) |
void | setErrorListener(ErrorListener listener)
Set the error event listener in effect for the transformation. |
void | setOutputProperties(Properties oformat)
Set the output properties for the transformation. |
void | setOutputProperty(String name, String value)
Set an output property that will be in effect for the
transformation. |
void | setParameter(String name, Object value)
Add a parameter for the transformation. |
void | setURIResolver(URIResolver resolver)
Set an object that will be used to resolve URIs used in
document(). |
void | transform(Source source, Result result)
Process the source tree to the output result. |
Returns: The current error handler, which should never be null.