org.jdom.filter
Interface Filter
- All Known Implementing Classes:
- ContentFilter, ElementFilter
- public interface 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.
- Version:
- $Revision: 1.6 $, $Date: 2003/04/06 02:00:44 $
- Author:
- Jools Enticknap, Bradley S. Huffman
Method Summary |
boolean |
matches(java.lang.Object obj)
Check to see if the object matches a predefined set of rules. |
matches
public boolean matches(java.lang.Object obj)
- Check to see if the object matches a predefined set of rules.
- Parameters:
obj
- The object to verify.
- Returns:
true
if the object matches a predfined
set of rules.
Copyright ? 2003 Jason Hunter, Brett McLaughlin. All Rights Reserved.