Create a new instance of top-down path resolver
Arguments: |
|
---|
tree.Node and tail the unresolved part of path.
Try to resolve the given path top-down. Return an object containing the last internal node which was resolved properly as well as the unresolved tail of the path. Note that leaf nodes are represented by their parent and a tail containing their child-index.