Uses of Class
org.owasp.validator.html.CleanResults
Packages that use CleanResults
-
Uses of CleanResults in org.owasp.validator.css
Methods in org.owasp.validator.css that return CleanResultsModifier and TypeMethodDescriptionCssScanner.scanInlineStyle
(String taintedCss, String tagName, int sizeLimit) Scans the contents of an inline style declaration (ex.CssScanner.scanStyleSheet
(String taintedCss, int sizeLimit) Scans the contents of a full stylesheet (ex. -
Uses of CleanResults in org.owasp.validator.html
Methods in org.owasp.validator.html that return CleanResultsModifier and TypeMethodDescriptionThe meat and potatoes.This method wrapsscan()
using the policy File object passed in.This method wrapsscan()
using the Policy object passed in.This method wrapsscan()
using the Policy object passed in. -
Uses of CleanResults in org.owasp.validator.html.scan
Methods in org.owasp.validator.html.scan that return CleanResultsModifier and TypeMethodDescriptionabstract CleanResults
AbstractAntiSamyScanner.getResults()
AntiSamyDOMScanner.getResults()
AntiSamySAXScanner.getResults()
abstract CleanResults
This is where the magic lives.