The official docs offer an explanation on how to perform a tree traversal of the tree hierarchy.
Say that I have a way to identify an object/node, for example through its name. One could use the example linked above to perform a graph search until one finds the the node whose name matches the name.
Is there a more direct way of finding a node in the hierarchy? A higher level function where you can directly describe the node you want to find?