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