Xml.XMLIntf.IXMLNode.GetParentNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParentNode: IXMLNode;

C++

virtual _di_IXMLNode __fastcall GetParentNode() = 0 ;

Properties

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

Description

Returns the interface for the node's parent node.

GetParentNode is the read implementation of the ParentNode property.

See Also