Interface GroundedIterator

    • Method Detail

      • materialize

        Value materialize()
                   throws XPathException
        Return a Value containing all the items in the sequence returned by this SequenceIterator. This should be an "in-memory" value, not a Closure.
        Returns:
        the corresponding Value
        Throws:
        XPathException