Gets a list of nodes with the specified tag name.
Source position: laz2_dom.pas line 522
public function TDOMDocument.GetElementsByTagName( |
const tagname: AnsiString |
):TDOMNodeList; |
tagname |
|
Tag name to locate in the DOM nodes for the document. |
Node list created in the method.
| Version 4.6 | Hosted on Source Forge |