Xml.xmldom.IDOMElement.getElementsByTagNameNS

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function getElementsByTagNameNS(const namespaceURI,  localName: DOMString): IDOMNodeList; safecall;                                           { DOM Level 2 }

C++

virtual HRESULT __safecall getElementsByTagNameNS(const System::UnicodeString namespaceURI, const System::UnicodeString localName, _di_IDOMNodeList &__getElementsByTagNameNS_result) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMElement

Description

Embarcadero Technologies does not currently have any additional information.