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

TDOMNode.GetEnumerator

Gets an enumerator for DOM Nodes that are top-level children in the node.

Declaration

Source position: laz2_dom.pas line 271

public function TDOMNode.GetEnumerator: TDOMNodeEnumerator;

Function result

Enumerator for immediate child nodes in the DOM node.

Description

GetEnumerator is a TDOMNodeEnumerator function used to get an enumerator for all top-level child nodes for the DOM node. It does not include any grandchildren (recursive access to child nodes).

See also

TDOMNode.ChildNodes

  

Provides access to the list of Child nodes for the current node.

TDOMNode.GetChildCount

  

Gets the number of Child nodes for the DOM node.

TDOMNode.GetChildNodes

  

Gets the value for the ChildNodes property.

TDOMNode.HasChildNodes

  

Indicates if the DOM node has child nodes.


Version 3.2 Generated 2024-02-25 Home