Package org.jdom.filter

Interface Summary
Filter Classes which wish to modify the behaviour of the FilterList can implement the list filter interface in order to reduce the visibility of certain items in the list, or to restrict the mutability of the list.
 

Class Summary
ContentFilter ContentFilter is a general purpose Filter representing all legal JDOM objects and allows the ability to set and unset the visiblity of these objects.
ElementFilter The ElementFilter when applied to a FilterList will only allow Elements to be visible.
 



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