virtual P6R::P6ERR P6R::p6IDOMNodeset::remove ( P6UINT32  index  )  [pure virtual]

Delete the node at the given index in the sequence.

This function invalidates the state of this enumerator component. A call to the reset() function is required immedately after a call to remove() in order to continue enumerating the nodes in the set.

Parameters:
index [IN] Index of the node to delete from the node set. Valid indexes start at 1.
Returns:
SuccessP6R::eOk 
FailureP6R::eNotFoundThe index number does not point to a node in the set.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.