net.sf.saxon.event
public class Sender extends Object
Field Summary | |
---|---|
PipelineConfiguration | pipe |
Constructor Summary | |
---|---|
Sender(PipelineConfiguration pipe) |
Method Summary | |
---|---|
static void | configureParser(XMLReader parser)
Configure a SAX parser to ensure it has the correct namesapce properties set |
void | send(Source source, Receiver receiver)
Send the contents of a Source to a Receiver. |
void | send(Source source, Receiver receiver, boolean isFinal)
Send the contents of a Source to a Receiver. |
Parameters: source the document or element to be copied receiver the destination to which it is to be copied
Parameters: source the document or element to be copied receiver the destination to which it is to be copied isFinal set to true when the document is being processed purely for the sake of validation, in which case multiple validation errors in the source can be reported.