@Deprecated public class EscapeUtils extends Object
| Constructor and Description |
|---|
EscapeUtils()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeString(String s)
Deprecated.
Escapes quotes and backslashes in a string.
|
static String |
escapeXML(String s)
Deprecated.
Use
XMLUtils.escapeXML(CharSequence) |
static String |
unescapeString(String s)
Deprecated.
|
public static String escapeString(String s)
s - The string to be escapedpublic static String unescapeString(String s)
s - string to unescape@Deprecated public static String escapeXML(String s)
XMLUtils.escapeXML(CharSequence)s - string to escapeCopyright © 2014 The University of Manchester. All Rights Reserved.