JDOM
1.1.3

org.jdom.filter
Interface Filter

All Superinterfaces:
java.io.Serializable
All 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.1 $, $Date: 2012/04/08 22:48:00 $
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.
 

Method Detail

matches

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.

JDOM
1.1.3

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