public class XmlUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
escape(String string)
Replaces all characters that are illegal in XML with a custom-made unicode escape sequence.
|
static String |
unescape(String string)
Substitutes all occurances of '!@#$[0-9][0-9][0-9][0-9]' with their
corresponding character codes.
|
Copyright © 2018 Atlassian. All rights reserved.