| Representation of hierarchical data similar to DOM, JDOM,
etc, but much more similar to the normal java collections.
Use the Map interface for accessing the Node attributes,
and use the modified List interface for accessing the Node
children. The name and contents javabean properties allow
full interoperability with DOM.
author: Leo Simons version: $Id: Node.java,v 1.3 2004/02/26 16:51:54 lsimons Exp $ |