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) |
| int | hashCode () |
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 whether the two filters are equivalent (i.e. the matching names and namespace are equivalent).
|
|
|
Check to see if the object matches a predefined set of rules.
Implements org::jdom::filter::Filter. |
1.3.9.1