Xml.XMLIntf.IXMLNode.GetLocalName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLocalName: DOMString;

C++

virtual System::UnicodeString __fastcall GetLocalName() = 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.

See Also