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

Method insert

src/java/org/diffxml/diffxml/fmes/delta/DeltaIF.java:60–60  ·  view source on GitHub ↗

Adds an insert operation to the EditScript. @param n The node to insert @param parent The Node to be parent of n @param childno The child number of the parent node that n will become @param charpos The character position to insert at

(final Node n, final Node parent, final int childno,
            final int charpos)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

testInsertElementMethod · 0.65
testInsertAttributeMethod · 0.65
testInsertCommentMethod · 0.65
doInsertMethod · 0.65

Implementers 1

DULDeltasrc/java/org/diffxml/diffxml/fmes/delt

Calls

no outgoing calls

Tested by 4

testInsertElementMethod · 0.52
testInsertAttributeMethod · 0.52
testInsertCommentMethod · 0.52