
Public Member Functions | |
| DALNode (String name, DALNode parent) | |
| String | list (String path) |
| String | getCurl () |
| void | print (int level) |
| DALNode | getCurlNode () |
| DALNode[] | getChilds () |
| boolean | isSimple () |
Static Public Member Functions | |
| DALNode | getRoot (String filePath) |
Protected Member Functions | |
| DALNode | findNode (String path) |
| void | loadNodes (String filePath) |
| void | addNode (String nodePath) |
| DALNode | getNode (String nodeName) |
| void | getNodes (List list) |
Protected Attributes | |
| String | name |
| ArrayList | childs |
| DALNode | parent |
|
||||||||||||
|
Constructs this object.
|
|
|
Adds a child node to this node at the proper place given by
|
|
|
Returns the node for the given path or
|
|
|
|
|
|
|
|
|
|
|
|
Returns a sibling child node with given name
|
|
|
Fill given list with nodes
|
|
|
Constructs a root node which holds the hierarchy of all valid curls given by path
|
|
|
Returns true if this node is without any hierarchy - just plain node
|
|
|
Returns a string that holds child names of the given path
|
|
|
Scans the path given by
|
|
|
Prints the hierarchy on System.out indenting child nodes This function is used for debuging purposes.
|
|
|
|
|
|
|
|
|
|
1.3.8