|
pure virtual |
Convert the contents of the XML node to an double precision floating point value.
| pNumber | [ out ] P6FLOAT value of the text in the node (e.g., <moneygt:55.95</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 |