|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CBasicLocationHandlerFactory: public CLocationHandlerFactory { public: CBasicLocationHandlerFactory(); ~CBasicLocationHandlerFactory(); public: XLocationHandler CreateLocationHandler(); };
The default implementation of the location handler factory.
See
CLocationHandlerFactory
for general discussion
of location handler factories.
CLocationHandler
Constructor/Destructor Summary | |
CBasicLocationHandlerFactory
();
����������Constructs the basic location handler factory. |
|
~CBasicLocationHandlerFactory
();
����������Destroys the basic location handler factory. |
Function Summary | |
XLocationHandler
|
CreateLocationHandler
();
����������Creates the empty location handler. |
Constructor/Destructor Detail |
CBasicLocationHandlerFactory();
Constructs the basic location handler factory.
~CBasicLocationHandlerFactory();
Destroys the basic location handler factory.
Function Detail |
XLocationHandler CreateLocationHandler();
Creates the empty location handler.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |