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
| Exception | Description |
|---|---|
DOMException | TYPE_ERR: raised if resultType is notUnorderedNodeIterator type or OrderedNodeIterator type. |
DOMException | INVALID_STATE_ERR: The document has been mutated since the result was returned. |
See Also
- module
aspose.html.dom.xpath - class
DOMException - class
IXPathResult