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

TDOMDocument.GetElementList

Gets a DOM Element List with elements found in the specified DOM Node.

Declaration

Source position: laz2_dom.pas line 496

protected function TDOMDocument.GetElementList(

  aNode: TDOMNode;

  const nsURI: DOMString;

  const aLocalName: DOMString;

  UseNS: Boolean

):TDOMNodeList;

Arguments

aNode

  

DOM Node examined in the method.

nsURI

  

Namespace URI for elements included in the list.

aLocalName

  

LocalName for elements included in the list.

UseNS

  

Indicates if Namespaces are used when selecting elements in the list.

Function result

Element list generated in the method.


Version 3.2 Generated 2024-02-25 Home