Searched refs:EscapedText (Results 1 – 1 of 1) sorted by relevance
185 return new EscapedText(htmlText, original); in createEscapedText()463 private static class EscapedText extends Text { class in HtmlDocument467 private EscapedText(String htmlText, String originalHtml) { in EscapedText() method in HtmlDocument.EscapedText