Uses of Class
org.owasp.validator.html.model.Attribute
-
Packages that use Attribute Package Description org.owasp.validator.html org.owasp.validator.html.model -
-
Uses of Attribute in org.owasp.validator.html
Methods in org.owasp.validator.html that return Attribute Modifier and Type Method Description AttributePolicy. getGlobalAttributeByName(java.lang.String name)A simple method for returning on of theentries by name. -
Uses of Attribute in org.owasp.validator.html.model
Methods in org.owasp.validator.html.model that return Attribute Modifier and Type Method Description AttributeTag. getAttributeByName(java.lang.String name)Returns anAttributeassociated with a lookup name.AttributeAttribute. mutate(java.lang.String onInvalid, java.lang.String description)Constructor parameters in org.owasp.validator.html.model with type arguments of type Attribute Constructor Description Tag(java.lang.String name, java.util.Map<java.lang.String,Attribute> tagAttributes, java.lang.String action)
-