virtual P6R::P6ERR P6R::p6IXMLNode::nextAttribute ( P6GenericAttrib pAttrib  )  [pure virtual]

This method returns the next attribute of the current XML node.

Call repeadly until the error 'eEndOfRecord' is returned in order to see all attributes of the current node.

Parameters:
pAttrib [OUT] next attribute of current node.
Returns:
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgOne of the parameters is NULL.
P6R::eEndOfRecordNo more attributes found.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.