getNextItem

getNextItem( startItem, delta )
Return type: element
This method returns the item a given distance (delta) after the specified startItem, or null if no such item exists. This example will return the item two rows after someItem: getNextItem ( someItem, 2 );