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

Method insertNode

src/java/org/diffxml/patchxml/DULPatch.java:436–466  ·  view source on GitHub ↗

Insert a node under parent node at given position. @param siblings the NodeList to insert the node into @param parent the parent to insert the node under @param domcn the child number to insert the node as @param charpos the character position at which to insert the node @param ins the n

(final NodeList siblings, final Node parent,
            final int domcn, final int charpos, final Node ins, 
            final Document doc)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

doInsertMethod · 0.95
doMoveMethod · 0.95

Calls 2

prevNodeIsATextNodeMethod · 0.95
insertAtCharPosMethod · 0.95

Tested by

no test coverage detected