Method Parser.XML.Tree.AbstractNode()->add_child()
- Method
add_child
AbstractNodeadd_child(AbstractNodec)- Description
Adds the node
cto 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.