firstChild Method

Returns the first child node of the caller’s node.

firstChild();

Return Value

If this node has child nodes, the return value is its first child node (of type SGNode). Otherwise, the return value is null.