node
A point in a graph where edges meet. In a tree, a branching point. In the graph-theoretical representation of an SGML document (as in CoST) all elements corespond to nodes; an element with subelements maps onto a node with subnodes. Each node has an ordered list of children, and an unordered set of named attributes. Every node except the root node has a unique parent.