org.joox
Interface Filter
public interface Filter
A filter indicating whether an element/index should be kept when reducing an
X node set
- Author:
- Lukas Eder
|
Method Summary |
boolean |
filter(int index,
Element element)
The callback method invoked for every matched element. |
filter
boolean filter(int index,
Element element)
- The callback method invoked for every matched element.
- Parameters:
index - The index of the matched elementelement - The matched element
- Returns:
- Whether this filter includes the element
Copyright © 2011. All Rights Reserved.