Searched refs:HTMLEscape (Results 1 – 4 of 4) sorted by relevance
180 public static void HTMLEscape (final String s, final StringBuffer append) in HTMLEscape() method in Strings270 public static String HTMLEscape (final String s) in HTMLEscape() method in Strings273 HTMLEscape (s, buf); in HTMLEscape()
386 m_out.write (Strings.HTMLEscape (item.getName ())); in emitItem()439 m_out.write (Strings.HTMLEscape (attr.getName ())); in emitItemCoverage()442 m_out.write (Strings.HTMLEscape (buf.toString ())); in emitItemCoverage()
35 out.write (Strings.HTMLEscape (m_text)); in emit()
75 Strings.HTMLEscape (value, m_buf); in emit()