net.sf.saxon.event
public class DocumentSender extends Object implements SaxonLocator
| Constructor Summary | |
|---|---|
| DocumentSender(NodeInfo top)
Create a DocumentSender, which takes an input document tree and generates
a stream of events for a Receiver | |
| Method Summary | |
|---|---|
| int | getColumnNumber() |
| int | getColumnNumber(long locationId) |
| int | getLineNumber() |
| int | getLineNumber(long locationId) |
| String | getPublicId() |
| String | getSystemId() |
| String | getSystemId(long locationId) |
| void | send(Receiver receiver)
Send the entire document to the receiver |
Parameters: top the document or element node to be turned into a stream of events