Searched defs:textNodes (Results 1 – 5 of 5) sorted by relevance
319 @Test public void textNodes() { in textNodes() method in ElementsTest321 List<TextNode> textNodes = doc.select("p").textNodes(); in textNodes() local
666 public List<TextNode> textNodes() { in textNodes() method in Elements
277 List<TextNode> textNodes = doc.nodeStream(TextNode.class) in tracksTableMovedText() local
438 public List<TextNode> textNodes() { in textNodes() method in Element
1042 List<TextNode> textNodes = doc.select("p").first().textNodes(); in testGetTextNodes() local1056 List<TextNode> textNodes = p.textNodes(); in testManipulateTextNodes() local