net.sf.saxon.expr
public interface SequenceIterable extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
SequenceIterator |
iterate(XPathContext context)
Return an iterator over the results of evaluating an expression
|
SequenceIterator iterate(XPathContext context) throws XPathException
context
- the dynamic evaluation contextXPathException