Converts a node to a path suitable to be used by the "wed/dloc".DLocRoot.pathToNode method so long as the root used is the one for the data tree corresponding to the GUI tree to which this object belongs.
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 "wed/dloc".DLocRoot.nodeToPath provided that the root from which the path was obtained is on the data tree which corresponds to the GUI tree that this root was created for.
The path to interpret.
The node corresponding to the path, or null
if no such node
exists.
Generated using TypeDoc
This is a DLocRoot class customized for use to mark the root of the GUI tree.