Class DataNode

java.lang.Object
com.mohamnag.jstatic.data_tree.DataNode

public class DataNode extends Object
This represents a node in DataTree. A node is not compiled and do not represent a dumped page at the end but might carry shared data for its child pages.

A node might contain other nodes as children and might have a parent node. A node might contain many DataPage.