|
|||||||||
| Home >> All >> org >> jdom >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdom.filter
Class AbstractFilter

java.lang.Objectorg.jdom.filter.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
- extends java.lang.Object
Partial implementation of Filter.
- Version:
- $Revision: 1.5 $, $Date: 2004/02/27 11:32:58 $
| 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 org.jdom.filter.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)
|
|||||||||
| Home >> All >> org >> jdom >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jdom.filter.AbstractFilter