Uses of Class
org.jdom.filter.AbstractFilter

Packages that use AbstractFilter
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
 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.