The DomNode class / om.DomNode methods |
Returns a child DOM node by position.
getChildByIndex( index INTEGER ) RETURNING result om.DomNode
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.