wxNativeNewlinesFilterStream Class Reference

#include <xml2.h>

List of all members.


Detailed Description

A little helper class used by wxXml2Document::Save and wxXml2DTD::Save to convert
to the native format of newlines.


Public Member Functions

 wxNativeNewlinesFilterStream (wxOutputStream &tofilter)
virtual ~wxNativeNewlinesFilterStream ()

Protected Member Functions

virtual size_t OnSysWrite (const void *buffer, size_t bufsize)
 Our overridden function.


Constructor & Destructor Documentation

wxNativeNewlinesFilterStream::wxNativeNewlinesFilterStream ( wxOutputStream &  tofilter  )  [inline]

virtual wxNativeNewlinesFilterStream::~wxNativeNewlinesFilterStream (  )  [inline, virtual]


Member Function Documentation

size_t wxNativeNewlinesFilterStream::OnSysWrite ( const void *  buffer,
size_t  bufsize 
) [protected, virtual]

Our overridden function.

It replaces the libxml2 newlines with the native newlines for this system.


The documentation for this class was generated from the following files:
Generated on Thu Sep 28 14:58:01 2006 for wxXml2 by  doxygen 1.4.7