The node immediately following this node.
[Visual Basic] Public ReadOnly Property Next As XmlNode [C#] public XmlNode Next {get;} [C++] public: __property XmlNode* get_Next(); [JScript] public function get Next() : XmlNode;
The property is null if this node has no parent or if this node is the last node in the parent's child list.
XmlNode Class | XmlNode Members | System.Xml Namespace | FirstChild | LastChild | Parent | Previous