|
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.
| pAttrib | [ out ] next attribute of current node. |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to intialize() must be made before calling this funciton. |
| P6R::eInvalidArg | One of the parameters is NULL. | |
| P6R::eEndOfRecord | No more attributes found. |