 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
21 #if !defined(MSGFILEOUTPUTSTREAM_1357924680)
22 #define MSGFILEOUTPUTSTREAM_1357924680
71 const char* theFileName,
91 const char* theFileName,
101 const XMLCh* theString,
102 XalanSize_t theLength);
106 const char* theString,
107 XalanSize_t theLength);
111 const char* theString,
112 XalanSize_t theLength);
116 const XMLCh* theString,
117 XalanSize_t theLength);
126 const char* theBuffer,
127 XalanSize_t theBufferLength);
145 const char*
const m_fileName;
156 #endif // MSGFILEOUTPUTSTREAM_1357924680
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
OpenException(const char *theFileName, int theErrorCode)
Construct an OpenException exception object for an exception that occurred when opening a file.
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
void write(const char *theString, XalanSize_t theLength)
MsgFileOutputStream(const char *theFileName)
Construct an MsgFileOutputStream object.
void writeAsASCII(const XMLCh *theString, XalanSize_t theLength)
void writeData(const char *theBuffer, XalanSize_t theBufferLength)
void write(const XMLCh *theString, XalanSize_t theLength)
void writeAsASCII(const char *theString, XalanSize_t theLength)
virtual ~MsgFileOutputStream()
WriteException(const char *theFileName, int theErrorCode)
Construct an WriteException exception object for an exception that occurred while writing to a file.