XmlDescendantsExtension extension
- on
Properties
-
descendantElements
→ Iterable<
XmlElement> -
Available on XmlNode, provided by the XmlDescendantsExtension extension
Return a lazy Iterable of the descendants XmlElement nodes of this node (attributes, children, grandchildren, ...) in document order.no setter -
descendants
→ Iterable<
XmlNode> -
Available on XmlNode, provided by the XmlDescendantsExtension extension
Return a lazy Iterable of the descendants of this node (attributes, children, grandchildren, ...) in document order.no setter