#include <xpath_value.h>
Inheritance diagram for XPath::Number:
Public Methods | |
Number () | |
Number (ValueImpl *) | |
Number (const Number &number) | |
Number (int value) | |
Number (uint value) | |
Number (double value) | |
~Number () | |
Number & | operator= (const Number &other) |
double | value () const |
int | intValue () const |
virtual String | toString () const |
virtual Boolean | toBoolean () const |
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::Value. |
|
Converts the Number to a Boolean. See the boolean() function in TR 4.3 for details of the conventions used. Reimplemented from XPath::Value. |