18 #if !defined(XALANFILEOUTPUTSTREAM_HEADER_GUARD_1357924680) 19 #define XALANFILEOUTPUTSTREAM_HEADER_GUARD_1357924680 28 #if defined(XALAN_WINDOWS) 41 XALAN_CPP_NAMESPACE_BEGIN
44 #if defined(XALAN_STRICT_ANSI_HEADERS) 52 enum { eDefaultBufferSize = 8192u };
54 #if defined(XALAN_WINDOWS) 68 MemoryManager& theManager,
69 size_type theBufferSize = eDefaultBufferSize);
74 MemoryManager& theManager,
75 size_type theBufferSize = eDefaultBufferSize);
95 const Locator* theLocator = 0);
100 virtual const XalanDOMChar*
108 static const XalanDOMChar m_type[];
127 const Locator* theLocator = 0);
132 virtual const XalanDOMChar*
139 static const XalanDOMChar m_type[];
147 const char* theBuffer,
168 const HandleType m_handle;
173 XALAN_CPP_NAMESPACE_END
177 #endif // XALANFILEOUTPUTSTREAM_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 const XalanDOMChar * getType() const
Retrieve type of exception.
virtual void writeData(const char *theBuffer, size_type theBufferLength)=0
Write the data in the buffer.