precedingElements property
Return a lazy Iterable of the XmlElement
nodes preceding this node in
document order.
Implementation
@override
Iterable<XmlElement> get precedingElements => preceding.whereType<XmlElement>();
Return a lazy Iterable of the XmlElement
nodes preceding this node in
document order.
@override
Iterable<XmlElement> get precedingElements => preceding.whereType<XmlElement>();