nextSibling property

XmlNode? get nextSibling

Return the next sibling of this node, or null.

Implementation

XmlNode? get nextSibling;