Package net.sf.saxon.evpull
Class EventIteratorToReceiver
java.lang.Object
net.sf.saxon.evpull.EventIteratorToReceiver
Class to read pull events from an EventIterator and write them to a Receiver
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
copy
(EventIterator in, SequenceReceiver out) Read the data obtained from an EventIterator and write the same data to a SequenceReceiver
-
Method Details
-
copy
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
-