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

Namespace: Aspose.Html.Dom.XPath
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
Node IterateNext()

Return Value

Type: Node
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