fun getChild(childname: String): TreeNode?
Returns the tree node with the given child name or null, if the child name is not available.
childname - name of the searched child
childname
Return the node or null