Return a lazy Iterable of the nodes following this node in document order.
@override Iterable<XmlNode> get following => XmlFollowingIterable(this);