18 #if !defined(XALANFSTREAMOUTPUTSTREAM_HEADER_GUARD_1357924680) 19 #define XALANFSTREAMOUTPUTSTREAM_HEADER_GUARD_1357924680 37 XALAN_CPP_NAMESPACE_BEGIN
39 #if defined(XALAN_STRICT_ANSI_HEADERS) 47 enum { eDefaultBufferSize = 8192u };
58 MemoryManager& theManager,
59 size_type theBufferSize = eDefaultBufferSize);
64 MemoryManager& theManager,
65 size_type theBufferSize = eDefaultBufferSize);
87 virtual const XalanDOMChar*
94 static const XalanDOMChar m_type[];
101 const char* theBuffer,
120 FILE*
const m_handle;
125 XALAN_CPP_NAMESPACE_END
129 #endif // XALANFSTREAMOUTPUTSTREAM_HEADER_GUARD_1357924680
virtual const XalanDOMChar * getType() const
Retrieve type of exception.
XalanTranscodingServices::size_type size_type
virtual void doFlush()=0
Flush the stream.
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
virtual void writeData(const char *theBuffer, size_type theBufferLength)=0
Write the data in the buffer.