Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Classes | Public Types | Public Member Functions | Protected Member Functions | List of all members
MsgFileOutputStream Class Reference

#include <MsgFileOutputStream.hpp>

Classes

class  OpenException
 
class  WriteException
 

Public Types

typedef 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 48 of file MsgFileOutputStream.hpp.

Constructor & Destructor Documentation

◆ MsgFileOutputStream()

MsgFileOutputStream::MsgFileOutputStream ( const char *  theFileName)

Construct an MsgFileOutputStream object.

Parameters
theFileNamename of file
theBufferSizeThe size of the transcoding buffer

◆ ~MsgFileOutputStream()

virtual MsgFileOutputStream::~MsgFileOutputStream ( )
virtual

Member Function Documentation

◆ doFlush()

void MsgFileOutputStream::doFlush ( )
protected

◆ write() [1/2]

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

◆ write() [2/2]

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

◆ writeAsASCII() [1/2]

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

◆ writeAsASCII() [2/2]

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

◆ writeData()

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

◆ writeUTFPrefix()

void MsgFileOutputStream::writeUTFPrefix ( )

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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo