public abstract class TestXmlUnescaper extends Object
Modifier and Type | Field and Description |
---|---|
static TestXmlUnescaper |
ATTRIBUTE_UNESCAPER |
static TestXmlUnescaper |
CONTENT_UNESCAPER |
Constructor and Description |
---|
TestXmlUnescaper() |
Modifier and Type | Method and Description |
---|---|
String |
unescape(String str) |
protected abstract int |
unescapeStr(String s,
int offset,
StringBuilder sb) |
public static final TestXmlUnescaper CONTENT_UNESCAPER
public static final TestXmlUnescaper ATTRIBUTE_UNESCAPER
public final String unescape(String str)
str
- the String with xml escaped charactersprotected abstract int unescapeStr(String s, int offset, StringBuilder sb)