descendants property

Iterable<XmlNode> descendants

Return a lazy Iterable of the descendants of this node (attributes, children, grandchildren, ...) in document order.

Implementation

Iterable<XmlNode> get descendants => XmlDescendantsIterable(this);