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