DomNode->last_child

(unknown)

DomNode->last_child --  Returns last child of node

Description

object DomNode->last_child ( void)

Returns the last child of the node.

See also DomNode_first_child(), DomNode_next_sibling(), DomNode_previous_sibling().