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

Method child

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

Get a child element of this element, by its 0-based index number. Note that an element can have both mixed Nodes and Elements as children. This method inspects a filtered list of children that are elements, and the index is based on that filtered list. @param index the index number of the elem

(int index)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

parsesSimpleDocumentMethod · 0.95
parsesCommentsMethod · 0.95
handlesJavadocFontMethod · 0.95
testGetElementByIdMethod · 0.95
testPrependElementMethod · 0.95
parsesRoughAttributesMethod · 0.80
matchesMethod · 0.80

Calls 2

childrenMethod · 0.95
getMethod · 0.65

Tested by 8

parsesSimpleDocumentMethod · 0.76
parsesCommentsMethod · 0.76
handlesJavadocFontMethod · 0.76
testGetElementByIdMethod · 0.76
testPrependElementMethod · 0.76
parsesRoughAttributesMethod · 0.64