|
pure virtual |
Each XML node is give a node id during intialization.
This id is set by the creator of the node. This method returns that value.
| pId | [ out ] An unsigned 32 bit identifier for this node. This id does not have to be unique since it is assigned by the creator of the node via the initialize() method. |
| 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. |