Uses of Interface
org.owasp.html.HtmlChangeListener
-
Packages that use HtmlChangeListener Package Description org.owasp.html An efficientHtmlSanitizerconfigurable via a flexibleHtmlPolicyBuilder. -
-
Uses of HtmlChangeListener in org.owasp.html
Methods in org.owasp.html with parameters of type HtmlChangeListener Modifier and Type Method Description <CTX> HtmlSanitizer.PolicyPolicyFactory. apply(HtmlStreamEventReceiver out, HtmlChangeListener<CTX> listener, CTX context)Produces a sanitizer that emits tokens tooutand that notifies anylistenerof any dropped tags and attributes.<CTX> HtmlSanitizer.PolicyHtmlPolicyBuilder. build(HtmlStreamEventReceiver out, HtmlChangeListener<? super CTX> listener, CTX context)Produces a policy based on the allow and disallow calls previously made.<CTX> StringPolicyFactory. sanitize(String html, HtmlChangeListener<CTX> listener, CTX context)A convenience function that sanitizes a string of HTML and reports the names of rejected element and attributes to listener.Constructors in org.owasp.html with parameters of type HtmlChangeListener Constructor Description HtmlChangeReporter(HtmlStreamEventReceiver renderer, HtmlChangeListener<? super T> listener, T context)
-