net.sf.saxon.pull
public class PullPushCopier extends Object
Constructor Summary | |
---|---|
PullPushCopier(PullProvider in, Receiver out)
Create a PullPushCopier |
Method Summary | |
---|---|
void | append()
Copy the input to the output. |
void | copy()
Copy the input to the output. |
Parameters: in a PullProvider from which events will be read out a Receiver to which copies of the same events will be written
Throws: XPathException
Throws: XPathException