| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets a list of nodes with the specified tag name.
Source position: laz2_dom.pas line 523
public function TDOMDocument.GetElementsByTagName( |
const tagname: DOMString |
):TDOMNodeList; |
tagname |
|
Tag name to locate in the DOM nodes for the document. |
Node list created in the method.