|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CObjectHandler: public CInterface { public: CObjectHandler(); virtual ~CObjectHandler(); public: virtual void Import( const CString &strUri, const CString &strEncoding) = 0; virtual XObject Connect(const CString &strObject) = 0; };
The abstract interface to object worlds.
CObject
Constructor/Destructor Summary | |
CObjectHandler
();
����������Constructs the object handler. |
|
~CObjectHandler
();
����������Destroys the object handler. |
Function Summary | |
void
|
Import
(const CString &strUri, const CString &strEncoding);
����������Imports (loads and executes) the given script. |
XObject
|
Connect
(const CString &strObject);
����������Looks up the named object in the object world accessed via this object handler. |
Constructor/Destructor Detail |
CObjectHandler();
Constructs the object handler.
virtual ~CObjectHandler();
Destroys the object handler.
Function Detail |
virtual void Import( const CString &strUri, const CString &strEncoding) = 0;
Imports (loads and executes) the given script.
strUri
- the absolute URI referencing the scriptstrEncoding
- the character encoding of the scriptvirtual XObject Connect(const CString &strObject) = 0;
Looks up the named object in the object world accessed via this object handler.
strObject
- the object name
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |