The entire Data object graph reachable from the specified start Data object will be iterated. If the iteration order is pre-order,the start Data object will be the first value returned by the iterator. If the iteration order is post-order, the start Data object will be the last value returned by the iterator.
@author slim
|
|
|
|