Returns the next element of the enumeration. If the enumeration contains no more elements, the function returns null.

Tip:

You may also call this function in a method-like style:

e.next()