|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.evpull.EventIteratorToReceiver
public class EventIteratorToReceiver
Class to read pull events from an EventIterator and write them to a Receiver
Method Summary | |
---|---|
static void |
copy(EventIterator in,
SequenceReceiver out)
Read the data obtained from an EventIterator and write the same data to a SequenceReceiver |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void copy(EventIterator in, SequenceReceiver out) throws XPathException
in
- the input EventIteratorout
- the output Receiver
XPathException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |