XMLEntityOutputStream Class Reference

#include <xmlwriter.h>

Collaboration diagram for XMLEntityOutputStream:
Collaboration graph
[legend]

Public Member Functions

 XMLEntityOutputStream (TextOutputStream &ostream)
void write (const char c)
void writeEscaped (const char c)
std::size_t write (const char *buffer, std::size_t length)

Private Attributes

SingleCharacterOutputStream m_ostream

Detailed Description

Definition at line 29 of file xmlwriter.h.


Constructor & Destructor Documentation

XMLEntityOutputStream::XMLEntityOutputStream ( TextOutputStream &  ostream  )  [inline]

Definition at line 32 of file xmlwriter.h.


Member Function Documentation

std::size_t XMLEntityOutputStream::write ( const char *  buffer,
std::size_t  length 
) [inline]

Definition at line 72 of file xmlwriter.h.

References writeEscaped().

void XMLEntityOutputStream::write ( const char  c  )  [inline]
void XMLEntityOutputStream::writeEscaped ( const char  c  )  [inline]

Definition at line 38 of file xmlwriter.h.

References write().

Referenced by write().


Field Documentation

Definition at line 30 of file xmlwriter.h.

Referenced by write().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2