|
pure virtual |
Convert the contents of the XML node to a long value.
| pNumber | [ out ] Long value of the text in the node (e.g., <moneygt:55</money> ) |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to intialize() must be made before calling this funciton. |
| P6R::eInvalidArg | pNumber is NULL. | |
| P6R::eTypeError | Conversion failed |