getNext

abstract fun getNext(): Element(source)

Returns next element in the order or throws NoFollowingElementInIteratorException if there is no next element.

Throws

when there is no next element.