Advances to target node
If there are more nodes to visit by calling next()
Returns the next node in depth-first order. Calling this method if hasNext() return false will throw an error.
Generated using TypeDoc
Advances to target node