IXPathResultIterateNext Method |
Iterates and returns the next node from the node set or null if there are no more nodes.
Namespace: Aspose.Html.Dom.XPathAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxFunction IterateNext As Node
abstract IterateNext : unit -> Node
Return Value
Type:
NodeReturns the next node.
ExceptionsException | 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