Searched refs:htmlEscape (Results 1 – 2 of 2) sorted by relevance
31 private final HtmlEscapeFunction htmlEscape; field in HtmlUrlValidateFunction38 htmlEscape = new HtmlEscapeFunction(isUnquoted); in HtmlUrlValidateFunction()42 htmlEscape.filter(in, out); in applyEscaping()
151 html.append(htmlEscape(node.getTitle())).append("<br align=\"left\"/>"); in getNodeLabel()156 html.append("<td align=\"left\" port=\"").append(htmlEscape(field.getKey())).append("\">"); in getNodeLabel()157 html.append(htmlEscape(field.getValue())); in getNodeLabel()225 protected String htmlEscape(String str) { in htmlEscape() method in GraphvizGrapher229 protected List<String> htmlEscape(List<String> elements) { in htmlEscape() method in GraphvizGrapher232 escaped.add(htmlEscape(element)); in htmlEscape()