public final class EntityUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
unescapeEntity(String input)
Computes the character represented by the given entity.
|
public static String unescapeEntity(String input)
#xx or as
uXXXX. Other form are wrapped into `&` and `;`. This wrapping is allowed as Asciidoctor
supports HTML entities, so we don't have to maintain a translation table.input - the entityCopyright © 2018 Eclipse. All rights reserved.