public class XML extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CHARSET_UTF8 |
static String |
DEFAULT_CONTENT_LANGUAGE |
static String |
DEFAULT_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 DEFAULT_CONTENT_TYPE
public static final String DEFAULT_CONTENT_LANGUAGE
public static final String CHARSET_UTF8