[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: laz2_dom.pas line 372
public constructor TDOMElementList.Create( |
ANode: TDOMNode; |
const AFilter: DOMString |
); overload; |
ANode: TDOMNode; |
const nsURI: DOMString; |
const localName: DOMString |
); overload; |
ANode |
|
DOM Node with children for the list. |
AFilter |
|
Filter to apply to values in the list. |
ANode |
|
DOM Node with children for the list. |
nsURI |
|
NamedSpace URI for values in the list. |
localName |
|
LocalName for values in the list. |
Create is the overloaded constructor for the class instance. The overloaded variants allow either a filter value, or a namespace URI and and a local name to be used to filter the nodes in the class instance.
Create updates the values in the Filter, LocalNameFilter, and UseFilter members based on the overloaded variant called to create the class instance.
|
Member with the value for the filter applied to the list. |
|
|
Member with the local name used to filter nodes in the list. |
|
|
Indicates if filtering is used when selecting DOM Elements in the list. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |