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

Method appendChild

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

Add a node child node to this element. @param child node to add. @return this element, so that you can add more child nodes or elements.

(Node child)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 14

insertInFosterParentMethod · 0.95
parseBodyFragmentMethod · 0.95
processMethod · 0.95
wrapMethod · 0.95
appendElementMethod · 0.95
appendTextMethod · 0.95
textMethod · 0.95
normaliseStructureMethod · 0.95
testCloneMethod · 0.80
parseFragmentMethod · 0.80
insertMethod · 0.80
insertNodeMethod · 0.80

Calls 2

notNullMethod · 0.95
addChildrenMethod · 0.80

Tested by 1

testCloneMethod · 0.64