|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CValueConvert { public: CValueConvert(const XContext &pContext); ~CValueConvert(); public: bool ToBoolean(const XValue &pValue); CNumber ToNumber(const XValue &pValue); CString ToString(const XValue &pValue); };
The XPath value conversion engine.
CNumber, CValue, CContext
Constructor/Destructor Summary | |
CValueConvert
(const XContext &pContext);
����������Constructs the value conversion handler. |
|
~CValueConvert
();
����������Destroys the value conversion handler. |
Function Summary | |
bool
|
ToBoolean
(const XValue &pValue);
����������Converts the given value to a boolean. |
CNumber
|
ToNumber
(const XValue &pValue);
����������Converts the given value to a number. |
CString
|
ToString
(const XValue &pValue);
����������Converts the given value to a string. |
Constructor/Destructor Detail |
CValueConvert(const XContext &pContext);
Constructs the value conversion handler.
pContext
- the evaluation context to
be used by value conversion procedures~CValueConvert();
Destroys the value conversion handler.
Function Detail |
bool ToBoolean(const XValue &pValue);
Converts the given value to a boolean.
pValue
- the value to convertCNumber ToNumber(const XValue &pValue);
Converts the given value to a number.
pValue
- the value to convertCString ToString(const XValue &pValue);
Converts the given value to a string.
pValue
- the value to convert
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |