Locates an AstNode inside another node by following the given path.
Parent element.
Describes how to locate the AstNode inside the given node.
The AstNode located under the given path, or undefined if the path cannot be resolved.
Creates a path represented by a string that identifies an AstNode inside its document.
It must be possible to retrieve exactly the same AstNode from the document using this path.
The AstNode for which to create the path.
a path represented by a string that identifies node inside its document.
Language-specific service for locating an
AstNodein a document.