Searched refs:firstTagIndex (Results 1 – 1 of 1) sorted by relevance
551 int firstTagIndex = str.indexOf('<'); in parseHtml() local552 if (firstTagIndex == -1) { in parseHtml()556 StringBuilder stringBuilder = new StringBuilder(str.substring(0, firstTagIndex)); in parseHtml()589 new StringReader(str.substring(firstTagIndex, lastTagIndex + 1)))); in parseHtml()