Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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.