append_child method

append_child(node)

Adds the node newChild to the end of the list of children of this node.

Returns

def append_child(self, node):
    ...
ParameterTypeDescription
nodeNode

See Also