Searched defs:htmlEscape (Results 1 – 3 of 3) sorted by relevance
10 fun String.htmlEscape(): String = replace("&", "&").replace("<", "<").replace(">", ">") in htmlEscape() method
31 private final HtmlEscapeFunction htmlEscape; field in HtmlUrlValidateFunction
231 protected String htmlEscape(String str) { in htmlEscape() method in GraphvizGrapher235 protected List<String> htmlEscape(List<String> elements) { in htmlEscape() method in GraphvizGrapher