|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INode
The Interface INode.
Method Summary | |
---|---|
IKey |
getKey(java.lang.String name)
Get the key of the node by its name |
java.lang.String |
getName()
Gets the name. |
INode |
getNode(java.lang.String name)
Get the child node of this one by its name |
INode |
getParent()
Gets the parent. |
Method Detail |
---|
INode getParent()
java.lang.String getName()
IKey getKey(java.lang.String name)
name
- -
the name of the key
INode getNode(java.lang.String name)
name
- -
the name of the child node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |