Uses of Class
org.owasp.html.HtmlElementTables.TextContentModelBit
-
Packages that use HtmlElementTables.TextContentModelBit Package Description org.owasp.html An efficientHtmlSanitizer
configurable via a flexibleHtmlPolicyBuilder
. -
-
Uses of HtmlElementTables.TextContentModelBit in org.owasp.html
Methods in org.owasp.html that return HtmlElementTables.TextContentModelBit Modifier and Type Method Description static HtmlElementTables.TextContentModelBit
HtmlElementTables.TextContentModelBit. valueOf(String name)
Returns the enum constant of this type with the specified name.static HtmlElementTables.TextContentModelBit[]
HtmlElementTables.TextContentModelBit. 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 HtmlElementTables.TextContentModelBit Modifier and Type Method Description boolean
HtmlElementTables.TextContentModel. isAllowed(int elementIndex, HtmlElementTables.TextContentModelBit modelBit)
True if the given model bit is allowed within the element.
-