followingElements property

  1. @override
Iterable<XmlElement> get followingElements
inherited

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

Implementation

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