Package net.sf.saxon.evpull
Class EventIteratorToReceiver
- java.lang.Object
-
- net.sf.saxon.evpull.EventIteratorToReceiver
-
public class EventIteratorToReceiver extends java.lang.ObjectClass to read pull events from an EventIterator and write them to a Receiver
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcopy(EventIterator in, SequenceReceiver out)Read the data obtained from an EventIterator and write the same data to a SequenceReceiver
-
-
-
Method Detail
-
copy
public static void copy(EventIterator in, SequenceReceiver out) throws XPathException
Read the data obtained from an EventIterator and write the same data to a SequenceReceiver- Parameters:
in- the input EventIteratorout- the output Receiver- Throws:
XPathException
-
-