Uses of Class
org.owasp.validator.html.ScanException
-
Packages that use ScanException Package Description org.owasp.validator.css org.owasp.validator.html org.owasp.validator.html.scan -
-
Uses of ScanException in org.owasp.validator.css
Subclasses of ScanException in org.owasp.validator.css Modifier and Type Class Description class
UnknownSelectorException
Methods in org.owasp.validator.css that throw ScanException Modifier and Type Method Description boolean
CssValidator. isValidCondition(java.lang.String selectorName, org.w3c.css.sac.Condition condition)
Determines whether the given condition is valid according to this validator's policy.boolean
CssValidator. isValidSelector(java.lang.String selectorName, org.w3c.css.sac.Selector selector)
Determines whether the given selector name is valid according to this validator's policy.protected void
CssScanner. parseImportedStylesheets(java.util.LinkedList stylesheets, CssHandler handler, java.util.List<java.lang.String> errorMessages, int sizeLimit)
Parses through aLinkedList
of imported stylesheet URIs, this method parses through those stylesheets and validates themprotected void
ExternalCssScanner. parseImportedStylesheets(java.util.LinkedList stylesheets, CssHandler handler, java.util.ArrayList errorMessages, int sizeLimit)
Parses through aLinkedList
of imported stylesheet URIs, this method parses through those stylesheets and validates themCleanResults
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 ScanException in org.owasp.validator.html
Methods in org.owasp.validator.html that throw ScanException 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 ScanException in org.owasp.validator.html.scan
Methods in org.owasp.validator.html.scan that throw ScanException Modifier and Type Method Description 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)
-