|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CMessageHandler: public CInterface { public: CMessageHandler(); virtual ~CMessageHandler(); public: virtual void Send( const XDocumentFragment &pDocumentFragment) = 0; };
The abstract interface for handling XSLT processor messages.
Messages are generated by instantiating
xsl:message
instructions.
At least one derived class must be supplied to provide
implementation of this interface. The default implementation is
provided via the
CBasicMessageHandler
class.
Constructor/Destructor Summary | |
CMessageHandler
();
����������Constructs the message handler. |
|
~CMessageHandler
();
����������Destroys the message handler. |
Function Summary | |
void
|
Send
(const XDocumentFragment &pDocumentFragment);
����������Sends the message represented by the given document fragment |
Constructor/Destructor Detail |
CMessageHandler();
Constructs the message handler.
virtual ~CMessageHandler();
Destroys the message handler.
Function Detail |
virtual void Send( const XDocumentFragment &pDocumentFragment) = 0;
Sends the message represented by the given document fragment
pDocumentFragment
- the document fragment representing
the message body
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |