net.sf.saxon.evpull

Class EventIteratorToReceiver

public class EventIteratorToReceiver extends Object

Class to read pull events from an EventIterator and write them to a Receiver
Method Summary
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)
Read the data obtained from an EventIterator and write the same data to a SequenceReceiver

Parameters: in the input EventIterator out the output Receiver

Throws: XPathException