org.jdom.filter
public interface Filter extends Serializable
Version: $Revision: 1.9 $, $Date: 2004/02/06 09:28:31 $
Method Summary | |
---|---|
boolean | matches(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.