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