IXPathResult.IterateNext

IXPathResult.IterateNext method

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

public Node IterateNext()

Return Value

Returns the next node.

Exceptions

exceptioncondition
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