[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMDocument.GetElementsByTagNameNS

Gets a list of nodes with the specified Namespace URI and local name.

Declaration

Source position: laz2_dom.pas line 529

public function TDOMDocument.GetElementsByTagNameNS(

  const nsURI: DOMString;

  const alocalName: DOMString

):TDOMNodeList;

Arguments

nsURI

  

Namespace URI for the specified tag name.

alocalName

  

Local name (QualifiedName sans Prefix) for nodes included in the list.

Function result

Node list created for nodes with the specified tag name.


Version 3.2 Generated 2024-02-25 Home