Java Doc for GroundedIterator.java in » XML » saxonb » net » sf » saxon » om » Java Source Code / Java DocumentationJava Source Code and Java Documentation
This interface is an extension to the SequenceIterator interface; it represents
a SequenceIterator that is based on an in-memory representation of a sequence,
and that is therefore capable of returned a SequenceValue containing all the items
in the sequence.
Return a Value containing all the items in the sequence returned by this
SequenceIterator. This should be an "in-memory" value, not a Closure.
the corresponding Value