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