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

Method prependChild

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

Add a node to the start of this element's children. @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 3

prependElementMethod · 0.95
prependTextMethod · 0.95
normaliseTextNodesMethod · 0.80

Calls 2

notNullMethod · 0.95
addChildrenMethod · 0.80

Tested by

no test coverage detected