Retrieves the first child node that this node contains.
public TreeNode getFirstNode()
Returns a TreeNode object that represents the first item in this node's child list. Returns null if this node has no children.