Node.insertAfter

Inserts a GNode beneath the parent after the given sibling.

class Node
insertAfter

Parameters

sibling Node

the sibling GNode to place node after. If sibling is NULL, the node is inserted as the first child of parent.

node Node

the GNode to insert

Return Value

Type: Node

the inserted GNode

Meta