|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CStringValue: public CValue { public: CStringValue(const CString &strValue); ~CStringValue(); public: int GetType(); CString GetString(); };
The XPath string value.
Constructor/Destructor Summary | |
CStringValue
(const CString &strValue);
����������Constructs the string value. |
|
~CStringValue
();
����������Destroys the string value. |
Function Summary | |
int
|
GetType
();
����������Returns the type of this value (that is, CValue::typeString
). |
CString
|
GetString
();
����������Returns the string represented by this value. |
Constructor/Destructor Detail |
CStringValue(const CString &strValue);
Constructs the string value.
strValue
- the string to be represented by this value~CStringValue();
Destroys the string value.
Function Detail |
int GetType();
Returns the type of this value
(that is,
CValue::typeString
).
CString GetString();
Returns the string 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 |