net.sf.saxon.event
public class TransformerReceiver extends ProxyReceiver
| Field Summary | |
|---|---|
| Builder | builder |
| Controller | controller |
| Result | result |
| Constructor Summary | |
|---|---|
| TransformerReceiver(Controller controller)
Create a TransformerHandlerImpl and initialise variables. | |
| Method Summary | |
|---|---|
| void | close()
Override the behaviour of close() in ProxyReceiver, so that it fires off
the transformation of the constructed document |
| Result | getResult()
Get the output destination of the transformation |
| Transformer | getTransformer()
Get the Transformer used for this transformation |
| void | open()
Start of event stream |
| void | setResult(Result result)
Set the output destination of the transformation |
| void | setSystemId(String systemId)
Set the SystemId of the document |
| void | startElement(int nameCode, int typeCode, int locationId, int properties)
Notify the start of an element |
Parameters: nameCode integer code identifying the name of the element within the name pool. typeCode integer code identifying the element's type within the name pool. properties bit-significant properties of the element node.