JDOM
1.0beta10

org.jdom.filter
Class AbstractFilter

java.lang.Object
  |
  +--org.jdom.filter.AbstractFilter
All Implemented Interfaces:
Filter, java.io.Serializable
Direct Known Subclasses:
ContentFilter, ElementFilter

public abstract class AbstractFilter
extends java.lang.Object
implements Filter

Partial implementation of Filter.

Version:
$Revision: 1.4 $, $Date: 2004/02/06 09:28:31 $
Author:
Bradley S. Huffman
See Also:
Serialized Form

Constructor Summary
AbstractFilter()
           
 
Method Summary
 Filter and(Filter filter)
           
 boolean equals(java.lang.Object obj)
           
 Filter negate()
           
 Filter or(Filter filter)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jdom.filter.Filter
matches
 

Constructor Detail

AbstractFilter

public AbstractFilter()
Method Detail

negate

public Filter negate()

or

public Filter or(Filter filter)

and

public Filter and(Filter filter)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

JDOM
1.0beta10

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