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

TDOMNode.GetEnumeratorAllChildren

Gets an enumerator for DOM Nodes that are children or grand children for the node.

Declaration

Source position: laz2_dom.pas line 272

public function TDOMNode.GetEnumeratorAllChildren: TDOMNodeAllChildEnumerator;

Function result

Enumerator for all child nodes in the sub-tree for the DOM node.

Description

GetEnumeratorAllChildren is a TDOMNodeAllChildEnumerator function used to get an enumerator for all nodes which are children or grandchildren for the node. Allows recursion into descendent nodes found in a child node.

See also

TDOMNode.GetEnumerator

  

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

TDOMNode.ChildNodes

  

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

TDOMNode.HasChildNodes

  

Indicates if the DOM node has child nodes.

TDOMNode.GetChildNodes

  

Gets the value for the ChildNodes property.

TDOMNode.GetChildCount

  

Gets the number of Child nodes for the DOM node.


Version 3.2 Generated 2024-02-25 Home