Home
last modified time | relevance | path

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

/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlSanitizer.java172 attrs.add(Encoding.decodeHtml(stripQuotes( in sanitize()
201 private static String stripQuotes(String encodedAttributeValue) { in stripQuotes() method in HtmlSanitizer