org.jdom.filter

Interface Filter

All Superinterfaces:
java.io.Serializable
Known Implementing Classes:
AbstractFilter, ContentFilter, ElementFilter

public interface Filter
extends java.io.Serializable

A generalized filter to restrict visibility or mutability on a list.
Version:
$Revision: 1.10 $, $Date: 2007/11/10 05:29:00 $
Authors:
Jools Enticknap
Bradley S. Huffman

Method Summary

boolean
matches(Object obj)
Check to see if the object matches a predefined set of rules.

Method Details

matches

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

Copyright B) 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.