| 接口 | 说明 |
|---|---|
| Filter<T> |
A generalized filter to restrict visibility or mutability on a list.
|
| 类 | 说明 |
|---|---|
| AbstractFilter<T> |
Partial implementation of
Filter. |
| AttributeFilter |
A Filter that only matches
Attribute objects. |
| ContentFilter |
A general purpose Filter able to represent all legal JDOM objects or a
specific subset.
|
| ElementFilter |
A Filter that only matches
Element objects. |
| Filters |
Factory class of convenience methods to create Filter instances of common
types.
|