java.lang.Cloneable, WhiteSpaceFilterpublic class PreserveWhiteSpaceFilter extends java.lang.Object implements WhiteSpaceFilter
STRIP_WHITESPACE| Constructor | Description |
|---|---|
PreserveWhiteSpaceFilter() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
int |
filter(int codepoint) |
Filters the whitespaces.
|
void |
reset() |
Reset the filter to the same state as if the filter had been constructed
but not used yet.
|
public int filter(int codepoint)
filter in interface WhiteSpaceFiltercodepoint - public void reset()
reset in interface WhiteSpaceFilterpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface WhiteSpaceFilterjava.lang.CloneNotSupportedException