|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.text.AbstractFilter
de.unidu.is.text.AbstractSingleItemFilter
de.unidu.is.text.UntagFilter
This filter removes XML/HTML tags from a specified string.
| Field Summary |
| Fields inherited from class de.unidu.is.text.AbstractFilter |
nextFilter |
| Constructor Summary | |
UntagFilter(Filter nextFilter)
Creates a new instance and sets the next filter in the chain. |
|
| Method Summary | |
java.lang.Object |
run(java.lang.Object value)
Removes all XML/HTML tags from the specified value. |
| Methods inherited from class de.unidu.is.text.AbstractSingleItemFilter |
filter |
| Methods inherited from class de.unidu.is.text.AbstractFilter |
apply, apply |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UntagFilter(Filter nextFilter)
nextFilter - next filter in the filter chain| Method Detail |
public java.lang.Object run(java.lang.Object value)
value - string to be converted
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||