@NotThreadSafe public final class FilterElementWithoutNamespace extends Object implements ISerializableFilter<Element>
IFilter on Element objects that will
only return elements without a namespace URI.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static FilterElementWithoutNamespace |
getInstance() |
int |
hashCode() |
boolean |
matchesFilter(Element aElement)
Check if the given value matches the filter or not.
|
String |
toString() |
@Nonnull public static FilterElementWithoutNamespace getInstance()
public boolean matchesFilter(@Nullable Element aElement)
IFiltermatchesFilter in interface IFilter<Element>aElement - The object to filter. May be null depending on the
implementation.true if the object match the filter,
false otherwise.Copyright © 2006–2014 phloc systems. All rights reserved.