reset Method (IXMLDOMNodeList)

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Resets the iterator.

Script Syntax

oXMLDOMNodeList.reset();

Remarks

Script Parameters

None.

Script Return Value

None.

C/C++ Syntax

HRESULT reset( void );

Remarks

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 the nextNode Method (IXMLDOMNodeList) 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

Header msxml2.h, msxml2.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Other Resources