Xml.XMLIntf.IXMLNode.GetNodeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNodeName: DOMString;

C++

virtual System::UnicodeString __fastcall GetNodeName() = 0 ;

Properties

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

Description

Returns the name of the node.

GetNodeName is the read implementation of the NodeName property.

See Also