Package org.unbescape.html
package org.unbescape.html
-
ClassDescriptionThis class initializes the
HtmlEscapeSymbols.HTML4_SYMBOLS
structure.This class initializes theHtmlEscapeSymbols.HTML5_SYMBOLS
structure.Utility class for performing HTML escape/unescape operations.Levels defined for HTML escape/unescape operations:Instances of this class group all the complex data structures needed to support full escape and unescape operations for HTML.Types of escape operations to be performed on HTML text:Internal class in charge of performing the real escape/unescape operations.