Package io.vertx.docgen
Class EntityUtils
java.lang.Object
io.vertx.docgen.EntityUtils
An utility class to handle entities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringunescapeEntity(String input) Computes the character represented by the given entity.
-
Method Details
-
unescapeEntity
Computes the character represented by the given entity. The entity can be given as#xxor asuXXXX. 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.- Parameters:
input- the entity- Returns:
- the represented character
-