HomeSort by relevance Sort by last modified time
    Searched defs:elPolicy (Results 1 - 3 of 3) sorted by null

  /external/owasp/sanitizer/src/main/org/owasp/html/
ElementAndAttributePolicies.java 45 final ElementPolicy elPolicy;
51 ElementPolicy elPolicy,
57 this.elPolicy = elPolicy;
98 ElementPolicy.Util.join(elPolicy, p.elPolicy),
135 elementName, elPolicy, anded, skipIfEmpty);
HtmlPolicyBuilder.java 589 ElementPolicy elPolicy = e.getValue();
590 if (ElementPolicy.REJECT_ALL_ELEMENT_POLICY.equals(elPolicy)) {
623 elPolicy, attrs.build(), skipIfEmpty.contains(elementName)));
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 1692 milliseconds