XmlAncestorsExtension extension
- on
Properties
-
ancestorElements
→ Iterable<
XmlElement> -
Available on XmlNode, provided by the XmlAncestorsExtension extension
Return a lazy Iterable of the ancestor XmlElement nodes of this node (parent, grandparent, ...) in reverse document order.no setter -
ancestors
→ Iterable<
XmlNode> -
Available on XmlNode, provided by the XmlAncestorsExtension extension
Return a lazy Iterable of the ancestors of this node (parent, grandparent, ...) in reverse document order.no setter