Xalan-C++ API Reference  1.12.0
Classes | Public Types | Public Member Functions | Protected Member Functions | List of all members
xalanc::MsgFileOutputStream Class Reference

#include <xalanc/Utils/MsgCreator/MsgFileOutputStream.hpp>

Classes

class  OpenException
 
class  WriteException
 

Public Types

typedef std::FILE * HandleType
 

Public Member Functions

 MsgFileOutputStream (const char *theFileName)
 Construct an MsgFileOutputStream object. More...
 
virtual ~MsgFileOutputStream ()
 
void write (const XMLCh *theString, XalanSize_t theLength)
 
void write (const char *theString, XalanSize_t theLength)
 
void writeAsASCII (const char *theString, XalanSize_t theLength)
 
void writeAsASCII (const XMLCh *theString, XalanSize_t theLength)
 
void writeUTFPrefix ()
 

Protected Member Functions

void writeData (const char *theBuffer, XalanSize_t theBufferLength)
 
void doFlush ()
 

Detailed Description

Definition at line 41 of file MsgFileOutputStream.hpp.

Member Typedef Documentation

◆ HandleType

Definition at line 45 of file MsgFileOutputStream.hpp.

Constructor & Destructor Documentation

◆ MsgFileOutputStream()

xalanc::MsgFileOutputStream::MsgFileOutputStream ( const char *  theFileName)

Construct an MsgFileOutputStream object.

Parameters
theFileNamename of file
theBufferSizeThe size of the transcoding buffer

◆ ~MsgFileOutputStream()

virtual xalanc::MsgFileOutputStream::~MsgFileOutputStream ( )
virtual

Member Function Documentation

◆ doFlush()

void xalanc::MsgFileOutputStream::doFlush ( )
protected

◆ write() [1/2]

void xalanc::MsgFileOutputStream::write ( const char *  theString,
XalanSize_t  theLength 
)

◆ write() [2/2]

void xalanc::MsgFileOutputStream::write ( const XMLCh *  theString,
XalanSize_t  theLength 
)

◆ writeAsASCII() [1/2]

void xalanc::MsgFileOutputStream::writeAsASCII ( const char *  theString,
XalanSize_t  theLength 
)

◆ writeAsASCII() [2/2]

void xalanc::MsgFileOutputStream::writeAsASCII ( const XMLCh *  theString,
XalanSize_t  theLength 
)

◆ writeData()

void xalanc::MsgFileOutputStream::writeData ( const char *  theBuffer,
XalanSize_t  theBufferLength 
)
protected

◆ writeUTFPrefix()

void xalanc::MsgFileOutputStream::writeUTFPrefix ( )

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