Uses of Class
org.owasp.validator.css.CssHandler
Packages that use CssHandler
-
Uses of CssHandler in org.owasp.validator.css
Methods in org.owasp.validator.css with parameters of type CssHandlerModifier and TypeMethodDescriptionprotected 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 them