Method Parser.XML.Tree.AbstractNode()->add_child()


Method add_child

AbstractNode add_child(AbstractNode c)

Description

Adds the node c to the list of children of this node.

Note

Returns the new child node, NOT the current node.

Returns

The new child node (ie c) is returned.