Uses of Class
org.jdom.filter.AbstractFilter
-
Packages that use AbstractFilter Package Description org.jdom.filter 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.filter Modifier and Type Class Description 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.
-