Searched refs:escapeWhitespaces (Results 1 – 1 of 1) sorted by relevance
370 public static String escapeXML(String value, boolean forAttribute, boolean escapeWhitespaces) in escapeXML() argument379 (escapeWhitespaces && (c == '\t' || c == '\n' || c == '\r')) || in escapeXML()399 if (!(escapeWhitespaces && (c == '\t' || c == '\n' || c == '\r'))) in escapeXML()