|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CExtensionElement: public CInterface { public: CExtensionElement(); virtual ~CExtensionElement(); public: virtual void Instantiate( const XExtensionContext &pExtensionContext) = 0; };
The abstract interface to extension elements.
For each extension element supported by the particular XSLT implementation, the separate derived class must be provided.
CExtensionElement
Constructor/Destructor Summary | |
CExtensionElement
();
����������Constructs the extension element. |
|
~CExtensionElement
();
����������Destroys the extension element. |
Function Summary | |
void
|
Instantiate
(const XExtensionContext &pExtensionContext);
����������Instantiates this extension element in the given extension context. |
Constructor/Destructor Detail |
CExtensionElement();
Constructs the extension element.
virtual ~CExtensionElement();
Destroys the extension element.
Function Detail |
virtual void Instantiate( const XExtensionContext &pExtensionContext) = 0;
Instantiates this extension element in the given extension context.
pExtensionContext
- the extension context
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |