reset Method (IXMLDOMNodeList) (Windows Embedded CE 6.0)

1/6/2010

Resets the iterator.

Script Syntax

oXMLDOMNodeList.reset();

Remarks

Ee502813.collapse(en-US,WinEmbedded.60).gifScript Parameters

None.

Ee502813.collapse(en-US,WinEmbedded.60).gifScript Return Value

None.

Ee502813.collapse(en-US,WinEmbedded.60).gifC/C++ Syntax

HRESULT reset( void );

Remarks

Ee502813.collapse(en-US,WinEmbedded.60).gifC/C++ Parameters

None.

Ee502813.collapse(en-US,WinEmbedded.60).gifC/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

See Also

Reference

XML DOM Methods

Other Resources