JDOM
1.1.3

Package 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.

See:
          Description

Interface Summary
Filter A generalized filter to restrict visibility or mutability on a list.
 

Class Summary
AbstractFilter Partial implementation of Filter.
ContentFilter A general purpose Filter able to represent all legal JDOM objects or a specific subset.
ElementFilter A Filter that only matches Element objects.
 

Package org.jdom.filter 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. Filters can be used in methods like getContent(Filter) and getDescendants(Filter). A sampling of generally useful filters are provided here. Alternate filters can be user defined.


JDOM
1.1.3

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