traverse

abstract fun traverse(root: NestableNode)

Runs the iterator from the given root node, traversing the node tree and visiting each node.