Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMNodeList::nextNode...     IXMLDOMNodeList Interface    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMNodeList::reset Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.