API:Xml.xmldom.IDOMDocument.getElementsByTagNameNS
Delphi
function getElementsByTagNameNS(const namespaceURI, { DOM Level 2 } localName: DOMString): IDOMNodeList; safecall;
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 | IDOMDocument |
Description
Embarcadero Technologies does not currently have any additional information.