Instances of this class group all the complex data structures needed to support full escape and unescape operations for HTML.
Most of the fields in objects of this class are package-accessible, as the class itself is, in order to allow them (the fields) to be directly accessed from the classes doing the real escape/unescape (basically, the {@link HtmlEscapeUtil} class.
@author Daniel Fernández @since 1.0.0
|
|