fun node(path: String): Node
Get node at given path.
fun <T> node(path: String, action: Node.() -> T): T
Get node at given path and perform action in its scope (and optionally return result).