|
pure virtual |
This method returns the next child of the current XML node.
Call repeadly until the error 'eEndOfRecord' is returned in order to see all children of the current node.
| pChild | [ out ] next child 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 children found. |