Search for a node by path.
- Parameters:
-
path | - path string; e.g. './foo/bar' (relative to node), '/foo/bar' (relative to root), '../foo/bar'. |
delimiter | - delimiter character to use while tokenizing path |
- Returns:
- matching node, if any; empty node otherwise