descendantsDfs

Returns a sequence of all descendants of this element, starting with the element itself, in a depth-first manner.

If you want to exclude the element itself from the sequence, simply call drop(1) on the returned sequence.