net.sf.saxon.evpull

Class EventIteratorToReceiver


public class EventIteratorToReceiver
extends java.lang.Object

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

Method Details

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 EventIterator
out - the output Receiver
Throws:
XPathException -