org.cdmckay.coffeedom.filter
Class AbstractFilter

java.lang.Object
  extended by org.cdmckay.coffeedom.filter.AbstractFilter
All Implemented Interfaces:
Serializable, Filter
Direct Known Subclasses:
ContentFilter, ElementFilter

public abstract class AbstractFilter
extends Object
implements Filter

Partial implementation of Filter.

Author:
Bradley S. Huffman
See Also:
Serialized Form

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 org.cdmckay.coffeedom.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)


Copyright © 2011. All Rights Reserved.