Class ElementFilter
- All Implemented Interfaces:
Serializable, Filter<Element>
A Filter that only matches
Element objects.- Author:
- Jools Enticknap, Bradley S. Huffman
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSelect only the Elements.ElementFilter(String name) Select only the Elements with the supplied name in any Namespace.ElementFilter(String name, Namespace namespace) Select only the Elements with the supplied name and Namespace.ElementFilter(Namespace namespace) Select only the Elements with the supplied Namespace. -
Method Summary
-
Constructor Details
-
ElementFilter
public ElementFilter()Select only the Elements. -
ElementFilter
Select only the Elements with the supplied name in any Namespace.- Parameters:
name- The name of the Element.
-
ElementFilter
Select only the Elements with the supplied Namespace.- Parameters:
namespace- The namespace the Element lives in.
-
ElementFilter
-
-
Method Details
-
filter
-
equals
-
hashCode
-
toString
-