Searched refs:shouldEscapeQuotes (Results 1 – 1 of 1) sorted by relevance
59 boolean shouldEscapeQuotes, boolean shouldEscapeWhitespaceChars) { in assertBasicXmlEscaper() argument99 } else if (shouldEscapeQuotes && ch == '\'') { in assertBasicXmlEscaper()101 } else if (shouldEscapeQuotes && ch == '"') { in assertBasicXmlEscaper()