|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.neu.ccs.filter.CaseActionFilter
Filter used for modification of
XString objects, in order to change case,
restrict particular character codes, &c.
| Field Summary | |
static CaseActionFilter |
LOWER_CASE
Case action filter that transforms XString data
to all lower case characters. |
static CaseActionFilter |
TITLE_CASE
Case action filter that transforms XString data
to all title case characters. |
static CaseActionFilter |
UPPER_CASE
Case action filter that transforms XString data
to all upper case characters. |
| Constructor Summary | |
CaseActionFilter()
|
|
| Method Summary | |
Stringable |
filterStringable(Stringable obj)
Filters the given XString object
based on this case action scheme. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final CaseActionFilter UPPER_CASE
XString data
to all upper case characters.
public static final CaseActionFilter LOWER_CASE
XString data
to all lower case characters.
public static final CaseActionFilter TITLE_CASE
XString data
to all title case characters.
This case action changes all words to title case;
words like "the", "a", and "and" are changed as well.
| Constructor Detail |
public CaseActionFilter()
| Method Detail |
public Stringable filterStringable(Stringable obj)
throws FilterException
XString object
based on this case action scheme.
filterStringable in interface StringableFilterobj - the object to be filtered
FilterException - if the object is not
an XString object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||