iterate_next method

iterate_next

Iterates and returns the next node from the node set or null if there are no more nodes.

Returns

Returns the next node.

def iterate_next(self):
    ...

Exceptions

ExceptionDescription
DOMExceptionTYPE_ERR: raised if resultType is not
UnorderedNodeIterator type or OrderedNodeIterator type.
DOMExceptionINVALID_STATE_ERR: The document has been mutated
since the result was returned.

See Also