Uses of Class
org.owasp.validator.html.CleanResults

Packages that use CleanResults
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
 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
 CleanResults AntiSamy.scan(java.lang.String taintedHTML)
          The meat and potatoes.
 CleanResults AntiSamy.scan(java.lang.String taintedHTML, java.io.File policyFile)
          This method wraps scan() using the policy File object passed in.
 CleanResults AntiSamy.scan(java.lang.String taintedHTML, Policy policy)
          This method wraps scan() using the Policy object passed in.
 CleanResults AntiSamy.scan(java.lang.String taintedHTML, java.lang.String filename)
          This method wraps scan() using the Policy object passed in.
 

Uses of CleanResults in org.owasp.validator.html.scan
 

Methods in org.owasp.validator.html.scan that return CleanResults
 CleanResults AntiSamyDOMScanner.getResults()
           
 CleanResults AntiSamyDOMScanner.scan(java.lang.String html, java.lang.String inputEncoding, java.lang.String outputEncoding)
          This is where the magic lives.
 

Methods in org.owasp.validator.html.scan with parameters of type CleanResults
 void AntiSamyDOMScanner.setResults(CleanResults results)
           
 



Copyright © 2010 The Open Web Application Security Project (OWASP). All Rights Reserved.