|
code.google.com home | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.owasp.html | |
---|---|
org.owasp.html | An efficient HtmlSanitizer
configurable via a flexible
HtmlPolicyBuilder . |
org.owasp.html.examples |
Classes in org.owasp.html used by org.owasp.html | |
---|---|
AttributePolicy
A policy that can be applied to an HTML attribute to decide whether or not to allow it in the output, possibly after transforming its value. |
|
CssSchema
Describes the kinds of tokens a CSS property's value can safely contain. |
|
ElementPolicy
A policy that can be applied to an element to decide whether or not to allow it in the output, possibly after transforming attributes. |
|
Handler
Receives notification of problems. |
|
HtmlChangeListener
Receives events when an HTML tag, or attribute is discarded. |
|
HtmlPolicyBuilder
Conveniences for configuring policies for the HtmlSanitizer . |
|
HtmlPolicyBuilder.AttributeBuilder
Builds the relationship between attributes, the values that they may have, and the elements on which they may appear. |
|
HtmlSanitizer.Policy
Receives events based on the HTML stream, and applies a policy to decide what HTML constructs to allow. |
|
HtmlStreamEventReceiver
A light-weight SAX-like listener for HTML. |
|
HtmlStreamRenderer
Given a series of HTML tokens, writes valid, normalized HTML to the output. |
|
HtmlTextEscapingMode
From section 8.1.2.6 of http://www.whatwg.org/specs/web-apps/current-work/ |
|
PolicyFactory
A factory that can be used to link a sanitizer to an output receiver and that provides a convenient
method and a method to compose
policies. |
|
TCB
Indicates that a program element is in the trusted computing base -- there exists a security property that could be violated if this code is not correct. |
Classes in org.owasp.html used by org.owasp.html.examples | |
---|---|
HtmlSanitizer.Policy
Receives events based on the HTML stream, and applies a policy to decide what HTML constructs to allow. |
|
HtmlStreamEventReceiver
A light-weight SAX-like listener for HTML. |
|
PolicyFactory
A factory that can be used to link a sanitizer to an output receiver and that provides a convenient
method and a method to compose
policies. |
|
code.google.com home | ||||||||
PREV NEXT | FRAMES NO FRAMES |