| Constructor and Description |
|---|
FilterNodeIsElement() |
FilterNodeIsElement(IFilter<Element> aNestedElementFilter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
IFilter<Element> |
getNestedElementFilter() |
int |
hashCode() |
boolean |
matchesFilter(Node aNode)
Check if the given value matches the filter or not.
|
String |
toString() |
public boolean matchesFilter(@Nullable Node aNode)
IFiltermatchesFilter in interface IFilter<Node>aNode - The object to filter. May be null depending on the
implementation.true if the object match the filter,
false otherwise.Copyright © 2006–2015 phloc systems. All rights reserved.