Xml.xmldom.IDOMDocument.getElementsByTagName

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function getElementsByTagName(const tagName: DOMString): IDOMNodeList; safecall;

C++

virtual HRESULT __safecall getElementsByTagName(const System::UnicodeString tagName, _di_IDOMNodeList &__getElementsByTagName_result) = 0 ;

Properties

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

Description

Returns a list of all descendant elements with the specified name.

The getElementsByTagName method returns a list of all descendant elements that match the name supplied by the parameter.

See Also