Package org.owasp.validator.html.model
Class Property
java.lang.Object
org.owasp.validator.html.model.Property
A model for CSS properties and the "rules" they must follow (either literals
or regular expressions) in order to be considered valid.
- Author:
- Jason Li
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Property
-
-
Method Details
-
getAllowedRegExp
Return aList
of allowed regular expressions- Returns:
- A
List
of allowed regular expressions.
-
getAllowedValues
- Returns:
- A
List
of allowed literal values.
-
getShorthandRefs
- Returns:
- A
List
of allowed shorthand references.
-
getName
- Returns:
- The name of the property.
-