Xml.XMLIntf.IXMLNode.GetPrefix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPrefix: DOMString;

C++

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

Properties

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

Description

Returns the namespace prefix from the node's name.

GetPrefix is the read implementation of the Prefix property.

See Also