Child node
From Wikinfo
A child node or descendant node is a node in a tree data structure that is linked to by a parent node. Thinking of the tree as a directed graph, node A is a child of node B if and only if node A is a sucessor node B.
See: leaf node
References
- Adapted from the Wikipedia article, "Child_node" http://en.wikipedia.org/wiki/Child_node, used under the GNU Free Documentation License

