Built-in packages / The om package |
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 with the getLength() and item() methods of the om.NodeList object.