|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS ��NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CBasicNodeArrayFactory: public CNodeArrayFactory { public: CBasicNodeArrayFactory(); ~CBasicNodeArrayFactory(); public: XNodeArray CreateNodeArray(const XDataSet &pDataSet); };
The default implementation of the node array factory.
See
CNodeArrayFactory
for more information
about node array factories.
CNodeArray, CDataSet
Constructor/Destructor Summary | |
CBasicNodeArrayFactory
();
����������Constructs the basic node array factory. |
|
~CBasicNodeArrayFactory
();
����������Destroys the basic node array factory. |
Function Summary | |
XNodeArray
|
CreateNodeArray
(const XDataSet &pDataSet);
����������Creates an empty node array. |
Constructor/Destructor Detail |
CBasicNodeArrayFactory();
Constructs the basic node array factory.
~CBasicNodeArrayFactory();
Destroys the basic node array factory.
Function Detail |
XNodeArray CreateNodeArray(const XDataSet &pDataSet);
Creates an empty node array.
The data set that controls ordering of nodes must be supplied.
pDataSet
- the data set that controls ordering
of nodes in the node array
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS ��NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |