public static final class FilterIterator.NonNumeric extends FilterIterator
FilterIterator.NonNumericbase, filter, filterContextATOMIZING, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD| Constructor and Description |
|---|
NonNumeric(SequenceIterator base,
Expression filter,
XPathContext context)
Create a CompiledFilterIterator for the situation where it is known that the filter
expression will never evaluate to a number value.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceIterator |
getAnother()
Get another iterator to return the same nodes
|
protected boolean |
matches()
Determine whether the context item matches the filter predicate
|
close, getNextMatchingItem, getProperties, next, setSequence, testPredicateValuepublic NonNumeric(SequenceIterator base, Expression filter, XPathContext context)
base - iterator over the sequence to be filteredfilter - the filter expressioncontext - the current context (for evaluating the filter expression as a whole).
A new context will be created to evaluate the predicate.protected boolean matches()
throws XPathException
matches in class FilterIteratorXPathException - if an error occurs evaluating the matchpublic SequenceIterator getAnother() throws XPathException
getAnother in interface SequenceIteratorgetAnother in class FilterIteratorXPathException - if any error occursCopyright (c) 2004-2017 Saxonica Limited. All rights reserved.