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
exception | condition |
---|---|
DOMException | TYPE_ERR: raised if resultType is not UnorderedNodeIterator type or OrderedNodeIterator type. |
DOMException | INVALID_STATE_ERR: The document has been mutated since the result was returned. |
See Also
- class Node
- interface IXPathResult
- namespace Aspose.Html.Dom.XPath
- assembly Aspose.HTML