MCPcopy Create free account
hub / github.com/code4craft/jsoup-learning / textNodes

Method textNodes

src/main/java/org/jsoup/nodes/Element.java:208–215  ·  view source on GitHub ↗

Get this element's child text nodes. The list is unmodifiable but the text nodes may be manipulated. This is effectively a filter on #childNodes() to get Text nodes. @return child text nodes. If this element has no text nodes, returns an empty list. For example, with the input HTML

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

testGetTextNodesMethod · 0.80

Calls 1

addMethod · 0.45

Tested by 3

testGetTextNodesMethod · 0.64