Inheritance diagram for org::jdom::filter::ElementFilter:
Public Member Functions | |
ElementFilter () | |
ElementFilter (String name) | |
ElementFilter (Namespace namespace) | |
ElementFilter (String name, Namespace namespace) | |
boolean | matches (Object obj) |
boolean | equals (Object obj) |
Protected Attributes | |
String | name |
ElementFilter
when applied to a FilterList
will only allow Elements
to be visible.
Bradley S. Huffman
|
Select only the Elements. |
|
Select only the Elements with the supplied name in any Namespace.
|
|
Select only the Elements with the supplied Namespace.
|
|
Select only the Elements with the supplied name and Namespace.
|
|
Returns true if object is instance of ElementFilter and has the same parent Element, name, and namespace as this filter.
|
|
Check to see if the object matches a predefined set of rules.
Implements org::jdom::filter::Filter. |
|
The element name |