Microsoft XML 2.5 SDK


 

IXMLDOMNodeList::reset Method

[This is preliminary documentation and subject to change.]

Resets the iterator.

Visual Basic Syntax

oXMLDOMNodeList.reset

C/C++ Syntax

HRESULT reset(void);

C/C++ Return Value

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.