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