code.google.com home

Uses of Class
org.owasp.html.CssSchema

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

Uses of CssSchema in org.owasp.html
 

Methods in org.owasp.html with parameters of type CssSchema
 HtmlPolicyBuilder HtmlPolicyBuilder.allowStyling(CssSchema whitelist)
          Convert style="<CSS>" to sanitized CSS which allows color, font-size, type-face, and other styling using the given schema.
 


code.google.com home