This method saves a reference to the next child before calling the current child's visit method. This allows that method to modify the list with consistent behaviour.
If the child's visit method modifies the list then any new nodes added before the next node will not be visited but any new nodes added after the next node will be visited.
@param iteratee The object which is visiting this document.
|
|
|
|