public interface SequenceIterable extends 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