A C D E G H I L M N O P S T X

C

CleanResults - Class in org.owasp.validator.html
This class contains the results of a scan.
CleanResults() - Constructor for class org.owasp.validator.html.CleanResults
 
CleanResults(Date, Date, String, DocumentFragment, ArrayList) - Constructor for class org.owasp.validator.html.CleanResults
 
CleanResults(Date) - Constructor for class org.owasp.validator.html.CleanResults
This is called at the beginning of the scan to initialize the start time and create a new CleanResults object.
clone() - Method in class org.owasp.validator.html.model.Attribute
We need to implement clone() to make the Policy file work with common attributes and the ability to use a common-attribute with an alternative onInvalid action.
comment(String) - Method in class org.owasp.validator.css.CssHandler
 
CssHandler - Class in org.owasp.validator.css
A implementation of a SAC DocumentHandler for CSS validation.
CssHandler(Policy, LinkedList) - Constructor for class org.owasp.validator.css.CssHandler
Constructs a handler for stylesheets using the given policy and queue for imported stylesheets.
CssHandler(Policy, LinkedList, String) - Constructor for class org.owasp.validator.css.CssHandler
Constructs a handler for inline style declarations using the given policy and queue for imported stylesheets.
CssScanner - Class in org.owasp.validator.css
Encapsulates the parsing and validation of a CSS stylesheet or inline declaration.
CssScanner(Policy) - Constructor for class org.owasp.validator.css.CssScanner
Constructs a scanner based on the given policy.
CssValidator - Class in org.owasp.validator.css
Encapsulates all the neceesary operations for validating individual eleements of a stylesheet (namely: selectors, conditions and properties).
CssValidator(Policy) - Constructor for class org.owasp.validator.css.CssValidator
Constructs a validator for CSS selectors, conditions and properties based on the given policy.

A C D E G H I L M N O P S T X