#include <xpath_valueimpl.h>
Inheritance diagram for XPath::NumberImpl:
Public Methods | |
NumberImpl () | |
NumberImpl (int value) | |
NumberImpl (uint value) | |
NumberImpl (double value) | |
~NumberImpl () | |
double | value () const |
int | intValue () const |
virtual StringImpl * | toString () |
virtual BooleanImpl * | toBoolean () |
See XPath TR 3.5.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Converts the Number to a String. See the string() function in TR 4.2 for details of the conventions used. Reimplemented from XPath::ValueImpl. |
|
Converts the Number to a Boolean. See the boolean() function in TR 4.3 for details of the conventions used. Reimplemented from XPath::ValueImpl. |