public class EscapingXMLUtilities extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
SUBSTITUTE |
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeCharacters(String string)
Substitutes all illegal characters in the given string by the value of
SUBSTITUTE. |
public static final char SUBSTITUTE
public static String escapeCharacters(String string)
SUBSTITUTE. If no illegal characters
were found, no copy is made and the given string is returned.string - inputCopyright © 2019. All Rights Reserved.