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

TDOMElement.GetElementsByTagNameNS

Gets a Node list with Elements having the specified Namespace URI and local name.

Declaration

Source position: laz2_dom.pas line 650

public function TDOMElement.GetElementsByTagNameNS(

  const nsURI: DOMString;

  const aLocalName: DOMString

):TDOMNodeList;

Arguments

nsURI

  

Namespace URI for the requested nodes.

aLocalName

  

Local name for the requested nodes.

Function result

DOM Node list created in the method.


Version 3.2 Generated 2024-02-25 Home