Interface GroundedIterator<T extends Item>

    • Method Detail

      • materialize

        GroundedValue<T> 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 - if an error occurs evaluating the sequence