Xml.XMLIntf.IXMLNode.NextSibling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NextSibling: IXMLNode;

C++

virtual _di_IXMLNode __fastcall NextSibling(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNode

Description

Returns the next child of this node's parent.

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 returns nil

See Also