public class HTMLEntityResolver extends EntityResolver
Source: http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
AMP_ESCAPE, APOS_ESCAPE, GT_ESCAPE, LT_ESCAPE, QUOT_ESCAPE, resolveMap| Constructor and Description |
|---|
HTMLEntityResolver() |
HTMLEntityResolver(EntityResolver parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Remove all definitions from the map except the standard XML
entities (<, >, ...)
|
add, encode, expand, expandNumericEntity, getCharValidator, getParent, isDefined, resolve, setCharValidator, stripName, validateEntitypublic HTMLEntityResolver()
public HTMLEntityResolver(EntityResolver parent)
public void clear()
EntityResolverclear in class EntityResolver