public class PullPushCopier
extends java.lang.Object
| Constructor | Description |
|---|---|
PullPushCopier(PullProvider in,
Receiver out) |
Create a PullPushCopier
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
append() |
Copy the input to the output.
|
void |
copy() |
Copy the input to the output.
|
public PullPushCopier(PullProvider in, Receiver out)
in - a PullProvider from which events will be readout - a Receiver to which copies of the same events will be writtenpublic void copy()
throws XPathException
XPathExceptionpublic void append()
throws XPathException
XPathException