RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.NextSibling Method

Returns the next child of this node's parent.

Pascal
function NextSibling: IXMLNode;
C++
__fastcall IXMLNode NextSibling();

Use the TXMLNode object's IXMLNode interface to call the protected NextSibling method. NextSibling returns the node that follows this one in the parent node's ChildNodes property list. 

If this node is the last node in its parent's child list, NextSibling raises an exception. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!