|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jibx.runtime.WhitespaceConversions
public final class WhitespaceConversions
Utilities for handling whitespace options.
| Method Summary | |
|---|---|
static String |
collapse(String text)
Collapse whitespace in string. |
static String |
replace(String text)
Replace non-space whitespace in string. |
static String |
trim(String text)
Trim leading and trailing whitespace in string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String replace(String text)
text - value to be converted (null if none)
null if none)public static String collapse(String text)
text - value to be converted (null if none)
null if none)public static String trim(String text)
text - value to be converted (null if none)
null if none)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||