18 #if !defined(XALANSTDOUTPUTSTREAM_HEADER_GUARD_1357924680) 19 #define XALANSTDOUTPUTSTREAM_HEADER_GUARD_1357924680 28 #if defined(XALAN_CLASSIC_IOSTREAMS) 42 XALAN_CPP_NAMESPACE_BEGIN
51 #if defined(XALAN_NO_STD_NAMESPACE) 57 #if defined(XALAN_CLASSIC_IOSTREAMS) 60 #if defined(XALAN_NO_STD_NAMESPACE) 61 typedef streamsize StreamSizeType;
77 create( StreamType& theOutputStream,
78 MemoryManager& theManager);
83 #if defined(XALAN_NEWLINE_IS_CRLF) 87 virtual const XalanDOMChar*
102 virtual const XalanDOMChar*
110 static const XalanDOMChar m_type[];
118 const char* theBuffer,
133 StreamType& m_outputStream;
135 #if defined(XALAN_NEWLINE_IS_CRLF) 136 const XalanDOMChar* m_newlineString;
144 XALAN_CPP_NAMESPACE_END
148 #endif // XERCESSTDTEXTOUTPUTSTREAM_HEADER_GUARD_1357924680 virtual const XalanDOMChar * getType() const
Retrieve type of exception.
#define XALAN_DEFAULT_MEMMGR
XalanTranscodingServices::size_type size_type
virtual void doFlush()=0
Flush the stream.
virtual void newline()
Write the appropriate newline character(s) to the stream.
std::streamsize StreamSizeType
virtual const XalanDOMChar * getNewlineString() const
Get the string which is appropriate for inserting a line feed in the stream.
virtual void writeData(const char *theBuffer, size_type theBufferLength)=0
Write the data in the buffer.