XmlDescendantsExtension extension

on

Properties

descendantElements Iterable<XmlElement>
Return a lazy Iterable of the descendants XmlElement nodes of this node (attributes, children, grandchildren, ...) in document order.
no setter
descendants Iterable<XmlNode>
Return a lazy Iterable of the descendants of this node (attributes, children, grandchildren, ...) in document order.
no setter