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

Method dataNodes

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

Get this element's child data nodes. The list is unmodifiable but the data nodes may be manipulated. This is effectively a filter on #childNodes() to get Data nodes. @return child data nodes. If this element has no data nodes, returns an empty list. @see #data()

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testGetDataNodesMethod · 0.95

Calls 1

addMethod · 0.45

Tested by 1

testGetDataNodesMethod · 0.76