Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

SOAPEnvelopFormatter Class Reference

Implements XMLFormatTarget for dumping generated DOM tree into a output stream. More...

#include <XMLSerializer.hpp>

Inheritance diagram for SOAPEnvelopFormatter::

XMLFormatTarget List of all members.

Public Methods

 SOAPEnvelopFormatter (std::ostream &p_xmlBuffer)
 ~SOAPEnvelopFormatter ()
void writeChars (const XMLByte *const p_chWhat, const unsigned int p_Cnt, XMLFormatter *const p_xmlFormatter)

Private Methods

 SOAPEnvelopFormatter (const SOAPEnvelopFormatter &p_Other)
void operator= (const SOAPEnvelopFormatter &p_rvalue)

Private Attributes

std::ostream* m_xmlBuf

Detailed Description

Implements XMLFormatTarget for dumping generated DOM tree into a output stream.

The implementation of the XMLFormatTarget to dump generated SOAP Envelop as a DOM tree, into a output stream. For more info refer Xerces-C++ DOM parser documentation.

Definition at line 173 of file XMLSerializer.hpp.


Constructor & Destructor Documentation

SOAPEnvelopFormatter::SOAPEnvelopFormatter ( std::ostream & p_xmlBuffer ) [inline]
 

Definition at line 176 of file XMLSerializer.hpp.

SOAPEnvelopFormatter::~SOAPEnvelopFormatter ( ) [inline]
 

Definition at line 177 of file XMLSerializer.hpp.

SOAPEnvelopFormatter::SOAPEnvelopFormatter ( const SOAPEnvelopFormatter & p_Other ) [private]
 


Member Function Documentation

void SOAPEnvelopFormatter::operator= ( const SOAPEnvelopFormatter & p_rvalue ) [private]
 

void SOAPEnvelopFormatter::writeChars ( const XMLByte *const p_chWhat,
const unsigned int p_Cnt,
XMLFormatter *const p_xmlFormatter ) [inline]
 

Definition at line 179 of file XMLSerializer.hpp.


Member Data Documentation

std::ostream * SOAPEnvelopFormatter::m_xmlBuf [private]
 

Definition at line 190 of file XMLSerializer.hpp.


The documentation for this class was generated from the following file: Axis C++ Client Lib - User's Guide

Copyright © 2001 SL_OpenSource XML Project. All Rights Reserved