Uses of Class
org.owasp.validator.css.CssHandler
-
Packages that use CssHandler Package Description org.owasp.validator.css -
-
Uses of CssHandler in org.owasp.validator.css
Methods in org.owasp.validator.css with parameters of type CssHandler Modifier and Type Method Description 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 them
-