Home
last modified time | relevance | path

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

/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlLexer.java122 && !token.tokenInContextMatches(input, "=")) { in produce()
131 if (token.tokenInContextMatches(input, "=")) { in produce()
200 if (eq == null || eq.tokenInContextMatches(input, "=")) { in collapseAttributeName()
433 || !lastNonIgnorable.tokenInContextMatches(input, "=")) in parseToken()
DHtmlToken.java43 boolean tokenInContextMatches(String context, String match) { in tokenInContextMatches() method in HtmlToken