Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Parser
Parser.XML
Parser.XML.Tree
Parser.XML.Tree.AbstractNode

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


Method add_child

AbstractNode add_child(AbstractNode c)

Description

Adds a child node to this node. The child node is added last in the child list and its parent reference is updated.

Note

Returns the child node, NOT the current node.

Returns

The updated child node is returned.