See: Description
| Interface | Description |
|---|---|
| Filter<T> |
A generalized filter to restrict visibility or mutability on a list.
|
| Class | Description |
|---|---|
| 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.
|
Filters class provides access
to a large number of useful filters, and also a sampling of generally useful
filters is provided here. Additional filters can be user defined, and that
is made easier by extending thr AbstractFilter class.Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.