om.DomNode.getChildByIndex

Returns a child DOM node by position.

Syntax

getChildByIndex(
   index INTEGER )
  RETURNS 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 given position, the method returns NULL.