klyn.io.xml.xpath.DOMXPathResult.iterateNext
method
public iterateNext() as Node throws XPathException, DOMException:
Description

Returns the next node from an iterator result.

Returns

Next node, or null.

Throws
  • XPathException if this result is not an iterator.
  • DOMException if the iterator was invalidated.
Example
node = result.iterateNext()