Constant Value | Description | Numeric Equivalent |
---|---|---|
TO_LEVELORDER | The nodes are visited in the order in which they appear, from left to right and from top to bottom | 1 |
TO_PREORDER | The specified node and its subtrees are visited first, then each of its following siblings and their subtrees are visited | 2 |