om.NodeList methods

Methods of the om.NodeList class.

Table 1. Object methods
Name Description
getLength()
  RETURNS INTEGER
Returns the number of elements in the node list.
item( index INTEGER )
  RETURNS om.DomNode
Returns a DOM node element by position in the node list.