code.google.com home
A B C D E F G H I J L M O P R S T U V W

D

DEFAULT - Static variable in class org.owasp.html.CssSchema
A schema that includes only those properties on the default schema white-list.
DEFAULT_SKIP_IF_EMPTY - Static variable in class org.owasp.html.HtmlPolicyBuilder
The default set of elements that are removed if they have no attributes.
disallowAttributes(String...) - Method in class org.owasp.html.HtmlPolicyBuilder
Reverse an earlier attribute allow.
disallowElements(String...) - Method in class org.owasp.html.HtmlPolicyBuilder
Disallows the named elements.
disallowTextIn(String...) - Method in class org.owasp.html.HtmlPolicyBuilder
 
disallowUrlProtocols(String...) - Method in class org.owasp.html.HtmlPolicyBuilder
Reverses a decision made by HtmlPolicyBuilder.allowUrlProtocols(java.lang.String...).
disallowWithoutAttributes(String...) - Method in class org.owasp.html.HtmlPolicyBuilder
Disallows the given elements from appearing without attributes.
discardedAttributes(T, String, String...) - Method in interface org.owasp.html.HtmlChangeListener
Called when attributes are discarded from the input but the containing tag is not.
discardedTag(T, String) - Method in interface org.owasp.html.HtmlChangeListener
Called when a tag is discarded from the input.
DO_NOTHING - Static variable in interface org.owasp.html.Handler
A handler that does nothing given any input.

code.google.com home
A B C D E F G H I J L M O P R S T U V W