IChildNode
The ChildNode interface contains methods that are particular to Node
objects that can have a parent.
Inserts nodes just after the current node.
Inserts nodes just before the current node.
void Remove()
Removes the current node.
Replaces the current node with nodes.