| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Gets a DOM Element List with elements found in the specified DOM Node.
Source position: laz2_dom.pas line 495
| protected function TDOMDocument.GetElementList( | 
| aNode: TDOMNode; | 
| const nsURI: DOMString; | 
| const aLocalName: DOMString; | 
| UseNS: Boolean | 
| ):TDOMNodeList; | 
| 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. | 
Element list generated in the method.
| Version 4.0 | Generated 2025-05-03 | Home |