Class AbstractFilter

java.lang.Object
  extended by AbstractFilter
All Implemented Interfaces:
Filter, java.io.Serializable
Direct Known Subclasses:
AndFilter, ContentFilter, ElementFilter, NegateFilter, OrFilter

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

Partial implementation of Filter.

See Also:
Serialized Form

Field Summary
private static java.lang.String CVS_ID
           
 
Constructor Summary
AbstractFilter()
           
 
Method Summary
 Filter and(Filter filter)
           
 Filter negate()
           
 Filter or(Filter filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Filter
matches
 

Field Detail

CVS_ID

private static final java.lang.String CVS_ID
See Also:
Constant Field Values
Constructor Detail

AbstractFilter

public AbstractFilter()
Method Detail

negate

public Filter negate()

or

public Filter or(Filter filter)

and

public Filter and(Filter filter)