Inheritance diagram for ElementFilter::
Public Methods | |
ElementFilter () | |
ElementFilter (String name) | |
ElementFilter (Namespace namespace) | |
ElementFilter (String name, Namespace namespace) | |
boolean | canAdd (Object obj) |
boolean | canRemove (Object obj) |
boolean | matches (Object obj) |
boolean | equals (Object obj) |
Protected Attributes | |
String | name |
The ElementFilter
when applied to a FilterList
will only allow Elements
to be visible.
|
Filter out the Elements. |
|
Filter out the Elements with the supplied name in any Namespace.
|
|
Filter out the Elements with the supplied Namespace.
|
|
Filter out the Elements with the supplied name and Namespace. |
|
Only allow the adding of Element objects.
Reimplemented from Filter. |
|
Check to see if the object can be removed from the list.
Reimplemented from Filter. |
|
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.
Reimplemented from Filter. |
|
The element name |