Package org.jplate.foundation.node

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.

See:
          Description

Interface Summary
BranchNodeIfc<BC,LC> Defines the API for a branch node.
LeafNodeIfc<BC,LC> Defines the API for a leaf node.
NodeFactoryIfc<BC,LC> A factory for creating leaf and branch nodes.
NodeIfc<BC,LC> Defines a node and represents the base interface for all nodes.
NodeVisitorIfc<BC,LC> Defines the API for visiting nodes.
 

Exception Summary
NodeException This is the base class of all node exceptions.
 

Package org.jplate.foundation.node Description

Base package for nodes.A node is represented as follows:

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 $