Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IXMLNode2::removeAttributeAt ( P6UINT32  index)
pure virtual

This method allows array style access to the attributes of the current node.

The current node has getNumAttributes() number of attributes. Starting at offset zero the index parameter identifies the attribute object to remove.

Parameters
index[ in ] A node's attributes have indexes from {0 .. getNumAttributes()}.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eTooBigindex is larger than number of children of current node.