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

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlChangeReporter.java101 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>(); field in class:HtmlChangeReporter.OutputChannel
160 expectedAttrNames.remove(attrs.get(i));
/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 1773 milliseconds