net.sf.saxon.expr
public static final class FilterIterator.Leading extends FilterIterator
| Constructor Summary | |
|---|---|
| Leading(SequenceIterator base, Expression filter, XPathContext context) | |
| Method Summary | |
|---|---|
| SequenceIterator | getAnother()
Get another iterator to return the same nodes |
| protected Item | getNextMatchingItem()
Get the next node that matches the filter predicate if there is one |
| protected boolean | matches()
Determine whether the context item matches the filter predicate |