following property

Iterable<XmlNode> following

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

Implementation

Iterable<XmlNode> get following => XmlFollowingIterable(this);