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

Method prepend

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

Add inner HTML into this element. The supplied HTML will be parsed, and each node prepended to the start of the element's children. @param html HTML to add inside this element, before the existing HTML @return this element @see #html(String)

(String html)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

testPrependRowToTableMethod · 0.95
testPrependNewHtmlMethod · 0.95

Calls 6

notNullMethod · 0.95
parseFragmentMethod · 0.95
baseUriMethod · 0.80
addChildrenMethod · 0.80
toArrayMethod · 0.80
sizeMethod · 0.45

Tested by 2

testPrependRowToTableMethod · 0.76
testPrependNewHtmlMethod · 0.76