Searched defs:ElementPolicy (Results 1 - 2 of 2) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DElementPolicy.java45 * @see HtmlPolicyBuilder#allowElements(ElementPolicy, String...)
47 @TCB public interface ElementPolicy { interface
67 public static final ElementPolicy join(ElementPolicy... policies) {
70 ElementPolicy last = null;
71 ElementPolicy out = null;
73 void join(ElementPolicy p) {
94 for (ElementPolicy policy : policies) {
103 public static final ElementPolicy IDENTITY_ELEMENT_POLICY
104 = new ElementPolicy() {
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 75 milliseconds