Searched refs:tagText (Results 1 – 2 of 2) sorted by relevance
862 private void appendTag(String tag, final String tagText) { in appendTag() argument863 if (tagText == null) return; in appendTag()866 sb.append(tagText.trim()); in appendTag()
206 String tagText = text.substring(startOfSecondPart, end-1); in parseInlineTag() local207 tag(tagName, tagText, true, pos); in parseInlineTag()