Base package for nodes.A node is represented as follows:
- Leaf node: a childless node.
- Branch node: a node with zero or more child nodes. Each child is either
a leaf node or a branch node.
All nodes have a "context" that represents the content of that node
(for instance a String).
Modifications:
$Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
$Revision: 479 $
$Author: sfloess $
$HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/foundation/node/package.html $