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

TDOMElementList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Provides a recursive list of DOM Elements.

Declaration

Source position: laz2_dom.pas line 363

type TDOMElementList = class(TDOMNodeList)

protected

  filter: DOMString;

  

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

  FNSIndexFilter: Integer;

  

Member with the index of the NameSpace for the filter.

  localNameFilter: DOMString;

  

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

  FMatchNS: Boolean;

  FMatchAnyNS: Boolean;

  UseFilter: Boolean;

  

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

  function NodeFilter(); override;

  

Determines if the node can be used in the DOM element list.

public

  constructor Create();

  

Constructor for the class instance.

end;

Inheritance

TDOMElementList

  

Provides a recursive list of DOM Elements.

|

TDOMNodeList

  

Implements an ordered list of DOM Nodes.

|

TObject

Description

TDOMElementList is a TDOMNodeList descendant that provides an extension to the DOM interface used to build recursive lists of elements. TDOMElementList provides optional filtering used to select the DOM Elements that appear in the list.

See also

TDOMNodeList

  

Implements an ordered list of DOM Nodes.

TDOMElementList.NodeFilter

  

Determines if the node can be used in the DOM element list.

TDOMElementList.UseFilter

  

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


Version 3.2 Generated 2024-02-25 Home