Uses of Class
org.owasp.html.HtmlTextEscapingMode
-
Packages that use HtmlTextEscapingMode Package Description org.owasp.html An efficientHtmlSanitizerconfigurable via a flexibleHtmlPolicyBuilder. -
-
Uses of HtmlTextEscapingMode in org.owasp.html
Methods in org.owasp.html that return HtmlTextEscapingMode Modifier and Type Method Description static HtmlTextEscapingModeHtmlTextEscapingMode. getModeForTag(String canonTagName)The mode used for content following a start tag with the given name.static HtmlTextEscapingModeHtmlTextEscapingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static HtmlTextEscapingMode[]HtmlTextEscapingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-