| Package | Description |
|---|---|
| org.jdom2.filter |
Classes to both filter and generically type-cast nodes of a document
based on type, name, value, or other aspects, and to boolean
AND/OR/NEGATE these rules.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AttributeFilter |
A Filter that only matches
Attribute objects. |
class |
ContentFilter |
A general purpose Filter able to represent all legal JDOM objects or a
specific subset.
|
class |
ElementFilter |
A Filter that only matches
Element objects. |
Copyright ? 2019 Jason Hunter, Brett McLaughlin. All Rights Reserved.