Xml.XMLDoc.TXMLNode.GetParentNode
Delphi
function GetParentNode: IXMLNode;
C++
Xml::Xmlintf::_di_IXMLNode __fastcall GetParentNode();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLNode |
Description
Returns the interface for the node's parent node.
Use the TXMLNode object's IXMLNode interface to call the protected GetParentNode method. GetParentNode returns the interface of the node's parent node.