Package net.sf.saxon.expr.elab
Interface PullEvaluator
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface PullEvaluator
Interface implemented by evaluators that evaluate an expression in "pull" mode, that is, by delivering aSequenceIterator
over the results.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SequenceIterator
iterate(XPathContext context)
-
-
-
Method Detail
-
iterate
SequenceIterator iterate(XPathContext context) throws XPathException
- Throws:
XPathException
-
-