reset Method (IXMLDOMNodeList) (Windows CE 5.0)
Resets the iterator.
[Script]
Script Syntax
oXMLDOMNodeList.reset();
Script Parameters
None.
Script Return Value
None.
[C/C++]
C/C++ Syntax
HRESULT reset( void );
C/C++ Parameters
None.
C/C++ Return Values
- S_OK
Value returned if successful.
General 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.
This member is an extension of the World Wide Web Consortium (W3C) Document Object Model (DOM).
This method applies to the following objects and interfaces:
IXMLDOMNodeList and IXMLDOMSelection.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.
See Also
Send Feedback on this topic to the authors