|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.bind.WhiteSpaceProcessor
public abstract class WhiteSpaceProcessor
Processes white space normalization.
Constructor Summary | |
---|---|
WhiteSpaceProcessor()
|
Method Summary | |
---|---|
static java.lang.String |
collapse(java.lang.String text)
This is usually the biggest processing bottleneck. |
protected static boolean |
isWhiteSpace(char ch)
returns true if the specified char is a white space character. |
protected static boolean |
isWhiteSpaceExceptSpace(char ch)
Returns true if the specified char is a white space character but not 0x20. |
static java.lang.String |
replace(java.lang.String text)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WhiteSpaceProcessor()
Method Detail |
---|
public static java.lang.String replace(java.lang.String text)
public static java.lang.String collapse(java.lang.String text)
protected static final boolean isWhiteSpace(char ch)
protected static final boolean isWhiteSpaceExceptSpace(char ch)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |