Uses of Class
org.jdom.filter.AbstractFilter
Packages that use AbstractFilter
Package
Description
Classes to programmatically filter 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.jdom.filter
Subclasses of AbstractFilter in org.jdom.filterModifier and TypeClassDescriptionclass
A general purpose Filter able to represent all legal JDOM objects or a specific subset.class
A Filter that only matchesElement
objects.