Converts a node to a path. A path is a string representation of the location of a node relative to the root.
The node for which to construct a path.
The path.
This function recovers a DOM node on the basis of a path previously created by nodeToPath.
The path to interpret.
The node corresponding to the path, or null
if no such node
exists.
Generated using TypeDoc
A class for objects that are used to mark DOM nodes as roots for the purpose of using DLoc objects.