|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--prupp.filter.Filter
How Filters work.
Constructor Summary | |
Filter()
|
Method Summary | |
abstract java.lang.String |
filter(HTMLBlock block)
Filter a block of text from a page. |
static java.util.Properties |
getProperties()
Called when you want to get the possible settings this filter support. |
boolean |
isString(java.lang.Object o)
Filters work on a HTMLBlock that contains strings and tags This function answears the question if it is a string. |
static void |
setup(java.util.Properties properties)
Called when you want to setup how this filter should work. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Filter()
Method Detail |
public abstract java.lang.String filter(HTMLBlock block)
block
- the HTMLBlock were about to filter.public static void setup(java.util.Properties properties)
properties
- the properties to use.public static java.util.Properties getProperties()
public boolean isString(java.lang.Object o)
o
- the object to check.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |