DomNode->first_child

(unknown)

DomNode->first_child --  Returns first child of node

Description

bool DomNode->first_child ( void)

Returns the first child of the node.

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