AbstractSimpleNode add_child(AbstractSimpleNode c)
Adds the given node to the list of children of this node. The new node is added last in the list.
The return value differs from the one returned by Node()->add_child() .
The current node.