| The om package / The NodeList class | |
Methods of the om.NodeList class.
| Name | Description |
|---|---|
getLength() RETURNING result INTEGER |
Returns the number of elements in the node list. |
item( index INTEGER ) RETURNING result om.DomNode |
Returns a DOM node element by position in the node list. |