Uses of Class
org.owasp.validator.html.model.Attribute

Packages that use Attribute
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
 Attribute Policy.getGlobalAttributeByName(java.lang.String name)
          A simple method for returning on of the entries by name.
 

Uses of Attribute in org.owasp.validator.html.model
 

Methods in org.owasp.validator.html.model that return Attribute
 Attribute Tag.getAttributeByName(java.lang.String name)
          Returns an Attribute associated with a lookup name.
 

Methods in org.owasp.validator.html.model with parameters of type Attribute
 void Tag.addAttribute(Attribute attr)
          Adds a fully-built Attribute to the list of Attributes allowed for this tag.
 



Copyright © 2010 The Open Web Application Security Project (OWASP). All Rights Reserved.