Searched refs:child2 (Results 1 – 3 of 3) sorted by relevance
199 Node child2 = nodeList2.item(j); in readNode() local200 if (child2.getNodeType() == Node.TEXT_NODE) { in readNode()201 s = child2.getNodeValue(); in readNode()
355 Node child2 = nodeList2.item(j); in readNode() local356 if (child2.getNodeType() == Node.TEXT_NODE) { in readNode()357 s = child2.getNodeValue(); in readNode()
845 Node child2 = nodeList2.item(j); in traverseParagraph() local847 if (child2.getNodeType() == Node.TEXT_NODE) { in traverseParagraph()848 buffer.append(child2.getNodeValue()); in traverseParagraph()