Searched defs:forHtml (Results 1 – 2 of 2) sorted by relevance
144 public static String forHtml(String input) { in forHtml() method in Encode156 public static void forHtml(Writer out, String input) throws IOException { in forHtml() method in Encode
323 static Level calculateCoverageLevel(final String coverageLevelInput, boolean forHtml) { in calculateCoverageLevel()