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

  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlChangeReporter.java 101 output.expectedAttrNames.clear();
103 output.expectedAttrNames.add(attrs.get(i));
112 int nExpected = output.expectedAttrNames.size();
115 ? output.expectedAttrNames.toArray(new String[nExpected])
117 output.expectedAttrNames.clear();
141 Set<String> expectedAttrNames = new LinkedHashSet<String>();
160 expectedAttrNames.remove(attrs.get(i));
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 93 milliseconds