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

Method childNode

src/main/java/org/jsoup/nodes/Node.java:203–205  ·  view source on GitHub ↗

Get a child node by its 0-based index. @param index index of child node @return the child node at this index. Throws a IndexOutOfBoundsException if the index is out of bounds.

(int index)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

traverseMethod · 0.95
parsesCommentsMethod · 0.80
testTextBeanMethod · 0.80
testSplitTextMethod · 0.80
testSplitAnEmboldenMethod · 0.80
testRemoveMethod · 0.80
testReplaceMethod · 0.80
unwrapMethod · 0.80
childNodesCopyMethod · 0.80

Calls 1

getMethod · 0.65

Tested by 12

parsesCommentsMethod · 0.64
testTextBeanMethod · 0.64
testSplitTextMethod · 0.64
testSplitAnEmboldenMethod · 0.64
testRemoveMethod · 0.64
testReplaceMethod · 0.64
unwrapMethod · 0.64
childNodesCopyMethod · 0.64
getElementsByTagNameMethod · 0.64