# path-to-domnode **Repository Path**: mirrors_marcelklehr/path-to-domnode ## Basic Information - **Project Name**: path-to-domnode - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # path to DOMNode ## pathTo(path:Array, rootNode:DOMNode) * `path` is an array, where `[]` is the root node, `[0]` is the first child node and `[0,1]` is the second child of the first child of the root node. * `rootNode` is the reference in respect to which the paths are resolved ## See also * [DOMNOde at path](https://github.com/marcelklehr/domnode-at-path) ## Legal (c) 2016 by Marcel Klehr MIT-License