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

TDOMElementList.Create

Constructor for the class instance.

Declaration

Source position: laz2_dom.pas line 372

public constructor TDOMElementList.Create(

  ANode: TDOMNode;

  const AFilter: DOMString

); overload;

constructor TDOMElementList.Create(

  ANode: TDOMNode;

  const nsURI: DOMString;

  const localName: DOMString

); overload;

Arguments

ANode

  

DOM Node with children for the list.

AFilter

  

Filter to apply to values in the list.

Arguments

ANode

  

DOM Node with children for the list.

nsURI

  

NamedSpace URI for values in the list.

localName

  

LocalName for values in the list.

Description

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.

See also

TDOMElementList.Filter

  

Member with the value for the filter applied to the list.

TDOMElementList.LocalNameFilter

  

Member with the local name used to filter nodes in the list.

TDOMElementList.UseFilter

  

Indicates if filtering is used when selecting DOM Elements in the list.

TDOMNodeList.Create

  

Constructor for the class instance.


Version 4.0 Generated 2025-05-03 Home