code.google.com home

Uses of Class
org.owasp.html.HtmlTextEscapingMode

Packages that use HtmlTextEscapingMode
org.owasp.html An efficient HtmlSanitizer configurable via a flexible HtmlPolicyBuilder
 

Uses of HtmlTextEscapingMode in org.owasp.html
 

Methods in org.owasp.html that return HtmlTextEscapingMode
static HtmlTextEscapingMode HtmlTextEscapingMode.getModeForTag(java.lang.String canonTagName)
          The mode used for content following a start tag with the given name.
static HtmlTextEscapingMode HtmlTextEscapingMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HtmlTextEscapingMode[] HtmlTextEscapingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


code.google.com home