Xml.XMLIntf.IXMLNode.PreviousSibling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PreviousSibling: IXMLNode;

C++

virtual _di_IXMLNode __fastcall PreviousSibling() = 0 ;

Properties

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

Description

Returns the previous child of this node's parent.

PreviousSibling returns the node that precedes this one in the parent node's ChildNodes property list.

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

See Also