MCPcopy Create free account
hub / github.com/amouat/diffxml / insertAsChild

Method insertAsChild

src/java/org/diffxml/diffxml/DOMOps.java:240–257  ·  view source on GitHub ↗

Inserts a given node as numbered child of a parent node. If childNum doesn't exist the node is simply appended. @param childNum the position to add the node to @param parent the node that is to be the parent @param insNode the node to be inserted @return The inserted Node

(final int childNum, final Node parent,
            final Node insNode)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

doInsertMethod · 0.95
doMoveMethod · 0.95
moveMisalignedNodesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected