Microsoft XML SDK 2.6 - XML Reference

IXMLDOMNodeList::reset Method

Resets the iterator.

Visual Basic Syntax

oXMLDOMNodeList.reset

C/C++ Syntax

HRESULT reset(void);

C/C++ Return Values

Returns S_OK if successful, or an error code otherwise.

Remarks

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.

See Also

IXMLDOMNodeList Interface