|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CObjectValue: public CValue { public: enum { typeObject = 200 }; public: CObjectValue( const XObject &pObject, const WCHAR *pszClass); ~CObjectValue(); public: int GetType(); public: XObject GetObject() const; const WCHAR *GetClass() const; };
The extension XPath value type for object references.
CObject
Constructor/Destructor Summary | |
CObjectValue
(const XObject &pObject, const WCHAR *pszClass);
����������Constructs the object value. |
|
~CObjectValue
();
����������Destroys the object value. |
Function Summary | |
int
|
GetType
();
����������Returns the type of this value. |
XObject
|
GetObject
();
����������Returns the object associated with this value. |
const�WCHAR�*
|
GetClass
();
����������Returns the string that uniquely identifies the object world which owns this object. |
Constructor/Destructor Detail |
CObjectValue(const XObject &pObject, const WCHAR *pszClass);
Constructs the object value.
pObject
- the object to be
associated with this valuepszClass
- the static string constant
which uniquely identifies the object world for this object~CObjectValue();
Destroys the object value.
Function Detail |
int GetType();
Returns the type of this value.
CObjectValue::typeObject
)XObject GetObject();
Returns the object associated with this value.
const WCHAR *GetClass();
Returns the string that uniquely identifies the object world which owns this object.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |