org.jdom.filter
Interface Filter
- java.io.Serializable
- AbstractFilter, ContentFilter, ElementFilter
public interface Filter
extends java.io.Serializable
A generalized filter to restrict visibility or mutability on a list.
$Revision: 1.9 $, $Date: 2004/02/06 09:28:31 $- Jools Enticknap
- Bradley S. Huffman
boolean | matches(Object obj)- Check to see if the object matches a predefined set of rules.
|
matches
public boolean matches(Object obj)
Check to see if the object matches a predefined set of rules.
obj - The object to verify.
true if the object matches a predfined
set of rules.
Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.