OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allowElements
(Results
1 - 2
of
2
) sorted by null
/external/owasp/sanitizer/src/main/org/owasp/html/
HtmlPolicyBuilder.java
61
* .
allowElements
("a", "p")
180
public HtmlPolicyBuilder
allowElements
(String... elementNames) {
181
return
allowElements
(ElementPolicy.IDENTITY_ELEMENT_POLICY, elementNames);
190
return
allowElements
(ElementPolicy.REJECT_ALL_ELEMENT_POLICY, elementNames);
199
public HtmlPolicyBuilder
allowElements
(
223
return
allowElements
(
232
return
allowElements
(
240
* {@link #
allowElements
allowed elements} that can contain character data per
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
Completed in 37 milliseconds