Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
net.sf.saxon.evpull.EventIteratorToReceiver
public class EventIteratorToReceiver
extends java.lang.Object
Method Summary | |
static void |
|
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
-