public interface WhiteSpaceFilter
extends java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static int |
STRIP_WHITESPACE |
Modifier and Type | Method and 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.
|
static final int STRIP_WHITESPACE
int filter(int codepoint)
codepoint
- void reset()
java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException