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