Uses of Class
org.unbescape.html.HtmlEscapeSymbols
-
Packages that use HtmlEscapeSymbols Package Description org.unbescape.html -
-
Uses of HtmlEscapeSymbols in org.unbescape.html
Fields in org.unbescape.html declared as HtmlEscapeSymbols Modifier and Type Field Description (package private) static HtmlEscapeSymbols
HtmlEscapeSymbols. HTML4_SYMBOLS
(package private) static HtmlEscapeSymbols
HtmlEscapeSymbols. HTML5_SYMBOLS
Methods in org.unbescape.html that return HtmlEscapeSymbols Modifier and Type Method Description (package private) static HtmlEscapeSymbols
Html4EscapeSymbolsInitializer. initializeHtml4()
(package private) static HtmlEscapeSymbols
Html5EscapeSymbolsInitializer. initializeHtml5()
-