Searched refs:parseHtml (Results 1 – 3 of 3) sorted by relevance
69 CharSequence parsed = ResourceHelper.parseHtml("Text <b>bold</b> " + in testParseHtml()106 assertEquals(plainText, ResourceHelper.parseHtml(plainText)); in testParsePlainHtml()
216 return ResourceHelper.parseHtml(rawValue); in getText()
546 public static CharSequence parseHtml(String string) { in parseHtml() method in ResourceHelper