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

Method clone

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

Create a stand-alone, deep copy of this node, and all of its children. The cloned node will have no siblings or parent node. As a stand-alone object, any changes made to the clone or any of its children will not impact the original node. The cloned node may be adopted into another Document or no

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

insertChildrenAsCopyMethod · 0.45
childNodesCopyMethod · 0.45
doCloneMethod · 0.45

Calls 1

doCloneMethod · 0.95

Tested by 1

insertChildrenAsCopyMethod · 0.36