|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CNumberValue: public CValue { public: CNumberValue(CNumber numValue); ~CNumberValue(); public: int GetType(); CNumber GetNumber(); };
The XPath number value.
CNumber
Constructor/Destructor Summary | |
CNumberValue
(CNumber numValue);
����������Constructs the number value. |
|
~CNumberValue
();
����������Destroys the number value. |
Function Summary | |
int
|
GetType
();
����������Returns the type of this value (that is, CValue::typeNumber
). |
CNumber
|
GetNumber
();
����������Returns the number represented by this value. |
Constructor/Destructor Detail |
CNumberValue(CNumber numValue);
Constructs the number value.
numValue
- the number to be represented by this value~CNumberValue();
Destroys the number value.
Function Detail |
int GetType();
Returns the type of this value
(that is,
CValue::typeNumber
).
CNumber GetNumber();
Returns the number represented by this value.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |