LocalNode getNode(String path)

Gets the node at the specified path.

Source

LocalNode getNode(String path) {
  return provider.getNode(path);
}