om.DomNode.getChildByIndex

Returns a child DOM node by position.

Syntax

getChildByIndex(
   index INTEGER )
  RETURNING result om.DomNode
  1. index is the index of the child node, starts at 1.

Usage

The getChildByIndex() method returns the child DOM node by position in the current node.

If there is no child node at the give position, the method returns NULL.