Node.subNode

Returns the i-th sub node of this node. @param i the count number of the node (starting with 1) @return the selected tree Node

interface Node
subNode
(
int i
)

Meta