Interface GroundedIterator

    • Method Detail

      • materialize

        GroundedValue materialize()
                           throws XPathException
        Return a GroundedValue 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