@NotThreadSafe public final class FilterElementWithNamespace extends Object implements ISerializableFilter<Element>
ISerializableFilter on Element objects
that will only return elements with a certain namespace URI.| Constructor and Description |
|---|
FilterElementWithNamespace(String sNamespaceURI) |
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.