followingElements property

Iterable<XmlElement> followingElements

Return a lazy Iterable of the XmlElement nodes following this node in document order.

Implementation

Iterable<XmlElement> get followingElements =>
    following.whereType<XmlElement>();