The NodeList class / om.NodeList methods |
Returns the number of elements in the node list.
The getLength() method returns the size of the node list.
Query for node list for elements with the item() method, in the range 1 to getLength().
DEFINE list om.NodeList ... DISPLAY list.getLength()