Unicorn XML Toolkit
Version 1.00.00

Namespace Xslt
Class CMessageHandler

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.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
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

CMessageHandler();

Constructs the message handler.

~CMessageHandler

virtual ~CMessageHandler();

Destroys the message handler.

Function Detail

Send

virtual void Send(
    const XDocumentFragment &pDocumentFragment) = 0;

Sends the message represented by the given document fragment

Parameters:
pDocumentFragment - the document fragment representing the message body

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.