The NodeList class

A om.NodeList object hold a list of DOM nodes. The list is created from a om.DomNode.selectByTagName() or om.DomNode.selectByPath() method.

After creating the node list, you can process the nodes withe the getLength() and item() methods of the om.NodeList object.