Uses of Class
org.owasp.html.HtmlTagSkipType
-
Packages that use HtmlTagSkipType Package Description org.owasp.html An efficientHtmlSanitizerconfigurable via a flexibleHtmlPolicyBuilder. -
-
Uses of HtmlTagSkipType in org.owasp.html
Methods in org.owasp.html that return HtmlTagSkipType Modifier and Type Method Description HtmlTagSkipTypeHtmlTagSkipType. and(HtmlTagSkipType s)static HtmlTagSkipTypeHtmlTagSkipType. valueOf(String name)Returns the enum constant of this type with the specified name.static HtmlTagSkipType[]HtmlTagSkipType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.owasp.html with parameters of type HtmlTagSkipType Modifier and Type Method Description HtmlTagSkipTypeHtmlTagSkipType. and(HtmlTagSkipType s)
-