#include <xpath_value.h>
Inheritance diagram for XPath::Boolean:
Public Methods | |
Boolean () | |
Boolean (ValueImpl *) | |
Boolean (const Boolean &src) | |
Boolean (bool value) | |
~Boolean () | |
Boolean & | operator= (const Boolean &other) |
bool | value () const |
String | toString () const |
Boolean | toBoolean () const |
See XPath TR 3.4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Converts the Boolean to a String. See the string() function in TR 4.2 for details of the conventions used. Reimplemented from XPath::Value. |
|
This is a no-op.
Reimplemented from XPath::Value. |