class Util extends Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static String |
escapeSpecialXMLChars(String s)
Escape the special XML characters in the specified string and return the
escaped string.
|
static String |
unescape(String s)
Unescape the escaped characters in the specified string and return the
unescaped string.
|