Returns the next item.
If the current item is the last one, the property returns null
.
For further usage of the returned object, you may need to typecast it according the iterator's type, e.g.:
iterator.nextItem.toElement()
.
iterator.nextItem.toAttr()
.
See Also:
GOMIterator.curItem, GOMIterator.prevItem, itemAt()