net.sf.saxon.dom
public class DOMSender extends Object implements SaxonLocator, SourceLocationProvider
Field Summary | |
---|---|
protected Node | root |
protected String | systemId |
Method Summary | |
---|---|
int | getColumnNumber() |
int | getColumnNumber(long locationId) |
int | getLineNumber() |
int | getLineNumber(long locationId) |
String | getPublicId() |
String | getSystemId() |
String | getSystemId(long 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: pipe the pipeline configuration
Parameters: receiver The object to receive content events.
Parameters: start the root node from which the tree walk will start
Parameters: systemId the systemId of the source document