Unicorn XML Toolkit
Version 1.00.00

Namespace Xslt
Class CBasicMessageHandler

class CBasicMessageHandler: public CMessageHandler {
public:
    CBasicMessageHandler(IUnicodeStream *pStream);
    ~CBasicMessageHandler();
public:
    void Send(const XDocumentFragment &pDocumentFragment);
    };

The default implementation of the message handler.

See CMessageHandler for general discussion of message handlers.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
Constructor/Destructor Summary
CBasicMessageHandler (IUnicodeStream *pStream);
����������Constructs the basic message handler.
~CBasicMessageHandler ();
����������Destroys the basic message handler.

Function Summary
void Send (const XDocumentFragment &pDocumentFragment);
����������Sends the message represented by the given document fragment.

Constructor/Destructor Detail

CBasicMessageHandler

CBasicMessageHandler(IUnicodeStream *pStream);

Constructs the basic message handler.

Parameters:
pStream - the Unicode stream to output messages

~CBasicMessageHandler

~CBasicMessageHandler();

Destroys the basic message handler.

Function Detail

Send

void Send(const XDocumentFragment &pDocumentFragment);

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.