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

G

getAction() - Method in class org.owasp.validator.html.model.Tag
 
getAllowedAttributes() - Method in class org.owasp.validator.html.model.Tag
 
getAllowedRegExp() - Method in class org.owasp.validator.html.model.Attribute
 
getAllowedRegExp() - Method in class org.owasp.validator.html.model.Property
Return a List of allowed regular expressions as added by the addAllowedRegExp() method.
getAllowedValues() - Method in class org.owasp.validator.html.model.Attribute
 
getAllowedValues() - Method in class org.owasp.validator.html.model.Property
 
getAttributeByName(String) - Method in class org.owasp.validator.html.model.Tag
Returns an Attribute associated with a lookup name.
getAttributeValue(Element, String) - Static method in class org.owasp.validator.html.util.XMLUtil
Helper function for quickly retrieving an attribute from a given element.
getBooleanValue(Element, String) - Static method in class org.owasp.validator.html.util.XMLUtil
Helper function for quickly retrieving an boolean value of a given XML element.
getBooleanValue(Element, String, boolean) - Static method in class org.owasp.validator.html.util.XMLUtil
Helper function for quickly retrieving an boolean value of a given XML element, with a default initialization value passed in a parameter.
getCleanHTML() - Method in class org.owasp.validator.html.CleanResults
Return the filtered HTML as a String.
getCleanXMLDocumentFragment() - Method in class org.owasp.validator.html.CleanResults
 
getDescription() - Method in class org.owasp.validator.html.model.Attribute
 
getDescription() - Method in class org.owasp.validator.html.model.Property
 
getDirective(String) - Method in class org.owasp.validator.html.Policy
Return a directive value based on a lookup name.
getEndOfScan() - Method in class org.owasp.validator.html.CleanResults
Return the time when scan finished.
getEntityReferenceCode(String) - Method in class org.owasp.validator.html.Policy
Returns an HTML-entity number.
getErrorMessages() - Method in class org.owasp.validator.html.CleanResults
Return a list of error messages.
getGlobalAttributeByName(String) - Method in class org.owasp.validator.html.Policy
A simple method for returning on of the entries by name.
getInstance() - Static method in class org.owasp.validator.html.Policy
This retrieves a Policy based on a default location ("resources/antisamy.xml")
getInstance(String) - Static method in class org.owasp.validator.html.Policy
This retrieves a Policy based on the file name passed in
getInstance(File) - Static method in class org.owasp.validator.html.Policy
This retrieves a Policy based on the File object passed in
getIntValue(Element, String, int) - Static method in class org.owasp.validator.html.util.XMLUtil
Helper function for quickly retrieving an integer value of a given XML element.
getName() - Method in class org.owasp.validator.html.model.AntiSamyPattern
 
getName() - Method in class org.owasp.validator.html.model.Attribute
 
getName() - Method in class org.owasp.validator.html.model.Property
 
getName() - Method in class org.owasp.validator.html.model.Tag
 
getNumberOfErrors() - Method in class org.owasp.validator.html.CleanResults
Return the number of errors encountered during filtering.
getOnInvalid() - Method in class org.owasp.validator.html.model.Attribute
 
getOnInvalid() - Method in class org.owasp.validator.html.model.Property
 
getPattern() - Method in class org.owasp.validator.html.model.AntiSamyPattern
 
getPropertyByName(String) - Method in class org.owasp.validator.html.Policy
Retrieves a CSS Property from the Policy.
getRegularExpression() - Method in class org.owasp.validator.html.model.Tag
Returns a regular expression for validating individual tags.
getRegularExpression(String) - Method in class org.owasp.validator.html.Policy
A simple method for returning on of the entries by name.
getResults() - Method in class org.owasp.validator.css.CssHandler
Returns the encapsulated results generated by the handler during parsing.
getResults() - Method in class org.owasp.validator.html.scan.AntiSamyDOMScanner
 
getScanTime() - Method in class org.owasp.validator.html.CleanResults
Return the time elapsed during the scan.
getShorthandRefs() - Method in class org.owasp.validator.html.model.Property
 
getStartOfScan() - Method in class org.owasp.validator.html.CleanResults
Return the time when scan started.
getTagByName(String) - Method in class org.owasp.validator.html.Policy
Retrieves a Tag from the Policy.
getTags() - Method in class org.owasp.validator.html.Policy
Return all the tags accepted by the Policy object.
getTextValue(Element, String) - Static method in class org.owasp.validator.html.util.XMLUtil
Helper function for quickly retrieving a String value of a given XML element.

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