descendants

fun Node.descendants(): Sequence<Node>

Returns this node and all its descendants in post order.