Home
last modified time | relevance | path

Searched refs:parseUsingLibhtmlparser (Results 1 – 1 of 1) sorted by relevance

/external/owasp/sanitizer/src/tests/org/owasp/html/
DBenchmark.java64 n += parseUsingLibhtmlparser(html); in main()
84 n += parseUsingLibhtmlparser(html); in main()
126 private static int parseUsingLibhtmlparser(String html) throws Exception { in parseUsingLibhtmlparser() method in Benchmark