net.sf.saxon.event
Class SequenceCopier

java.lang.Object
  extended by net.sf.saxon.event.SequenceCopier

public class SequenceCopier
extends Object

Copies a sequence, supplied as a SequenceIterator, to a push pipeline, represented by a SequenceReceiver


Method Summary
static void copySequence(SequenceIterator in, SequenceReceiver out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copySequence

public static void copySequence(SequenceIterator in,
                                SequenceReceiver out)
                         throws XPathException
Throws:
XPathException


Copyright (c) 2004-2010 Saxonica Limited. All rights reserved.