net.sf.saxon.dom
public class DOMSender extends Object implements SaxonLocator
Field Summary | |
---|---|
protected Node | root |
protected String | systemId |
Method Summary | |
---|---|
int | getColumnNumber() |
int | getLineNumber() |
int | getLineNumber(int locationId) |
String | getPublicId() |
String | getSystemId() |
String | getSystemId(int locationId) |
void | send()
Walk a document (traversing the nodes depth first) |
void | setPipelineConfiguration(PipelineConfiguration pipe)
Set the pipeline configuration |
void | setReceiver(Receiver receiver)
Set the receiver. |
void | setStartNode(Node start)
Set the DOM Document that will be walked |
void | setSystemId(String systemId)
Set the systemId of the source document (which will also be
used for the destination) |
Throws: net.sf.saxon.trans.XPathException On any error in the document
Parameters: receiver The object to receive content events.