iterator
Returns an iterator over this node and its descendants using the default treeIterator order. Use iterator with an explicit order, or the asSequence(order) extension, to traverse in a different order without changing this node's default.
Returns an iterator over this node and its descendants in the given order.