reset Method (IXMLDOMNodeList) (Compact 2013)

3/26/2014

Resets the iterator.

Syntax

oXMLDOMNodeList.reset();
HRESULT reset( void );

Parameters

Script

None.

C/C++

None.

Return Value

Script

None.

C/C++

  • S_OK
    Value returned if successful.

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

See Also

Reference

XML DOM Methods