Package org.owasp.validator.html.model


package org.owasp.validator.html.model
  • Classes
    Class
    Description
    An extension of the Pattern with helper methods.
    A model for HTML attributes and the "rules" they must follow (either literals or regular expressions) in order to be considered valid.
    A model for CSS properties and the "rules" they must follow (either literals or regular expressions) in order to be considered valid.
    A model for HTML "tags" and the rules dictating their validation/filtration.