Classes to programmatically filter nodes of a document based on type, name, value, or other aspects and to boolean and/or/negate these rules.
See: Description
Interface Summary | |
---|---|
Filter | A generalized filter to restrict visibility or mutability on a list. |
Class Summary | |
---|---|
AbstractFilter | Partial implementation of {@link Filter}. |
ContentFilter | A general purpose Filter able to represent all legal JDOM objects or a specific subset. |
ElementFilter | A Filter that only matches {@link org.jdom.Element} objects. |