JDOM
2.0.2

Uses of Class
org.jdom2.filter.AbstractFilter

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


JDOM
2.0.2

Copyright © 2012 Jason Hunter, Brett McLaughlin. All Rights Reserved.