Uses of Class
org.jdom2.filter.AbstractFilter
-
Packages that use AbstractFilter 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. -
-
Uses of AbstractFilter in org.jdom2.filter
Subclasses of AbstractFilter in org.jdom2.filter Modifier and Type Class Description class
AttributeFilter
A Filter that only matchesAttribute
objects.class
ContentFilter
A general purpose Filter able to represent all legal JDOM objects or a specific subset.class
ElementFilter
A Filter that only matchesElement
objects.
-