@FunctionalInterface
public static interface FilteringFeed.Filter
Modifier and Type | Method and Description |
---|---|
FilteringFeed.FilterResult |
matches(Item item,
int position)
Test whether a given item, at a given position in the sequence, matches the filter
|
FilteringFeed.FilterResult matches(Item item, int position) throws XPathException
item
- the item to be matchedposition
- the 1-based position of the item in the sequenceXPathException
- if a dynamic error occursCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.