Uses of Class
org.owasp.validator.html.ScanException
Packages that use ScanException
-
Uses of ScanException in org.owasp.validator.css
Subclasses of ScanException in org.owasp.validator.cssMethods in org.owasp.validator.css that throw ScanExceptionModifier and TypeMethodDescriptionboolean
CssValidator.isValidCondition
(String selectorName, org.w3c.css.sac.Condition condition) Determines whether the given condition is valid according to this validator's policy.boolean
CssValidator.isValidSelector
(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
(LinkedList stylesheets, CssHandler handler, List<String> errorMessages, int sizeLimit) Parses through aLinkedList
of imported stylesheet URIs, this method parses through those stylesheets and validates themprotected void
ExternalCssScanner.parseImportedStylesheets
(LinkedList stylesheets, CssHandler handler, ArrayList errorMessages, int sizeLimit) Parses through aLinkedList
of imported stylesheet URIs, this method parses through those stylesheets and validates themCssScanner.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 ScanException in org.owasp.validator.html
Methods in org.owasp.validator.html that throw ScanExceptionModifier 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 ScanException in org.owasp.validator.html.scan
Methods in org.owasp.validator.html.scan that throw ScanException