net.sf.saxon.evpull
Class EventIteratorToReceiver
java.lang.Object
net.sf.saxon.evpull.EventIteratorToReceiver
public class EventIteratorToReceiver
- extends Object
Class to read pull events from an EventIterator and write them to a Receiver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.