public class XML extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CHARSET_UTF8 |
static String |
CONTENT_TYPE |
Constructor and Description |
---|
XML() |
Modifier and Type | Method and Description |
---|---|
static String |
escapeXMLChars(String input) |
static String |
unescapeXMLChars(String input) |
public static final String CONTENT_TYPE
public static final String CHARSET_UTF8