public class EventIteratorToReceiver
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static void |
copy(EventIterator in,
SequenceReceiver out) |
Read the data obtained from an EventIterator and write the same data to a SequenceReceiver
|
public static void copy(EventIterator in, SequenceReceiver out) throws XPathException
in
- the input EventIteratorout
- the output ReceiverXPathException