Uses of Class
org.owasp.validator.html.CleanResults
-
Packages that use CleanResults Package Description org.owasp.validator.css org.owasp.validator.html org.owasp.validator.html.scan -
-
Uses of CleanResults in org.owasp.validator.css
Methods in org.owasp.validator.css that return CleanResults Modifier and Type Method Description CleanResults
CssScanner. scanInlineStyle(java.lang.String taintedCss, java.lang.String tagName, int sizeLimit)
Scans the contents of an inline style declaration (ex.CleanResults
CssScanner. scanStyleSheet(java.lang.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 CleanResults Modifier and Type Method Description CleanResults
AntiSamy. scan(java.lang.String taintedHTML)
The meat and potatoes.CleanResults
AntiSamy. scan(java.lang.String taintedHTML, int scanType)
CleanResults
AntiSamy. scan(java.lang.String taintedHTML, java.io.File policyFile)
This method wrapsscan()
using the policy File object passed in.CleanResults
AntiSamy. scan(java.lang.String taintedHTML, java.lang.String filename)
This method wrapsscan()
using the Policy object passed in.CleanResults
AntiSamy. scan(java.lang.String taintedHTML, Policy policy)
This method wrapsscan()
using the Policy object passed in.CleanResults
AntiSamy. scan(java.lang.String taintedHTML, Policy policy, int scanType)
-
Uses of CleanResults in org.owasp.validator.html.scan
Methods in org.owasp.validator.html.scan that return CleanResults Modifier and Type Method Description abstract CleanResults
AbstractAntiSamyScanner. getResults()
CleanResults
AntiSamyDOMScanner. getResults()
CleanResults
AntiSamySAXScanner. getResults()
abstract CleanResults
AbstractAntiSamyScanner. scan(java.lang.String html)
CleanResults
AntiSamyDOMScanner. scan(java.lang.String html)
This is where the magic lives.CleanResults
AntiSamySAXScanner. scan(java.lang.String html)
-