HomeSort by relevance Sort by last modified time
    Searched full:adjustedvalue (Results 1 - 2 of 2) sorted by null

  /external/owasp/sanitizer/src/main/org/owasp/html/
ElementAndAttributePolicyBasedSanitizerPolicy.java 130 String adjustedValue = attrPolicy.apply(elementName, name, value);
131 if (adjustedValue == null) {
136 attrsIt.set(adjustedValue);
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 47 milliseconds