Resets the iterator.
oXMLDOMNodeList.reset
HRESULT reset(void);
Returns S_OK if successful, or an error code otherwise.
This method reinitializes the iterator to point before the first node in the IXMLDOMNodeList, so that the next call to nextNode returns the first item in the list.