Searched defs:htmlEscaper (Results 1 – 2 of 2) sorted by relevance
58 public static Escaper htmlEscaper() { in htmlEscaper() method in HtmlEscapers
64 private final HtmlEscapeFunction htmlEscaper = new HtmlEscapeFunction(false); field in TextHtmlFunction