Xml.XMLIntf.IXMLNode.GetNamespaceURI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNamespaceURI: DOMString;

C++

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

Properties

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

Description

Returns the namespace URI for the node's qualified name.

GetNamespaceURI is the read implementation of the NamespaceURI property.

See Also