@NotThreadSafe public class FilterElementWithoutNamespace extends AbstractFilter<Element>
IFilter on Element objects that will
only return elements without a namespace URI.| Constructor and Description |
|---|
FilterElementWithoutNamespace() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matchesThisFilter(Element aElement)
This is the method to be implemented to match this filter.
|
equals, getMatchingStrategy, getNestedFilter, hashCode, matchesFilter, setMatchingStrategy, setNestedFilter, test, toStringpublic boolean matchesThisFilter(@Nullable Element aElement)
AbstractFiltermatchesThisFilter in class AbstractFilter<Element>aElement - The value to be matchedtrue if the value matches the filterCopyright © 2014–2015 Philip Helger. All rights reserved.