Xml.XMLIntf.IXMLNode.GetLocalName
Delphi
function GetLocalName: DOMString;
C++
virtual System::UnicodeString __fastcall GetLocalName(void) = 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 without any namespace prefix.
GetLocalName is the read implementation of the LocalName property.