Xalan-C++ API Documentation
Go to the documentation of this file.
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)
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,
135 #if defined(XALAN_NEWLINE_IS_CRLF)
136 const XalanDOMChar* m_newlineString;
144 XALAN_CPP_NAMESPACE_END
148 #endif // XERCESSTDTEXTOUTPUTSTREAM_HEADER_GUARD_1357924680
#define XALAN_DEFAULT_MEMMGR
virtual void doFlush()
Flush the stream.
virtual ~XalanStdOutputStream()
XalanTranscodingServices::size_type size_type
XalanStdOutputStreamWriteException(int theErrorCode, XalanDOMString &theResult)
virtual const XalanDOMChar * getType() const
Retrieve type of exception.
virtual ~XalanStdOutputStreamWriteException()
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)
Write the data in the buffer.
static XalanStdOutputStream * create(StreamType &theOutputStream, MemoryManager &theManager)
virtual void newline()
Write the appropriate newline character(s) to the stream.
std::streamsize StreamSizeType
XalanStdOutputStream(StreamType &theOutputStream, MemoryManager &theManager XALAN_DEFAULT_MEMMGR)
Construct a XalanStdOutputStream instance for output to the standard output device.
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.
|
|