Class SaxonXQSequence

java.lang.Object
net.sf.saxon.xqj.SaxonXQSequence
All Implemented Interfaces:
XQItemAccessor, XQResultSequence, XQSequence

public class SaxonXQSequence extends Object implements XQResultSequence
Saxon implementation of the XQSequence interface in XQJ, which represents an XDM sequence together with a current position. This class is used for a sequence that can be read forwards, backwards, or by absolute position.