Xalan-C++ API Reference 1.12.0
|
#include <xalanc/PlatformSupport/XalanOutputStreamPrintWriter.hpp>
Static Public Member Functions | |
static XalanOutputStreamPrintWriter * | create (XalanOutputStream &theOutputStream, bool fAutoFlush=false) |
Additional Inherited Members | |
![]() | |
static const size_t | npos |
![]() | |
const bool | m_fAutoFlush |
MemoryManager & | m_memoryManager |
![]() | |
static const XalanDOMChar | s_trueString [] |
static const XalanDOMChar | s_falseString [] |
static const XalanDOMChar | s_newlineString [] |
Definition at line 44 of file XalanOutputStreamPrintWriter.hpp.
xalanc::XalanOutputStreamPrintWriter::XalanOutputStreamPrintWriter | ( | XalanOutputStream & | theOutputStream, |
bool | fAutoFlush = false |
||
) |
Construct a XalanOutputStreamPrintWriter instance.
theOutputStream | output stream to write |
fAutoFlush | if true, the output will not be buffered |
|
virtual |
Flush the stream, then check the error status.
Implements xalanc::PrintWriter.
Close the stream.
Implements xalanc::PrintWriter.
|
static |
Flush the stream.
Implements xalanc::PrintWriter.
|
virtual |
Get the stream associated with the writer...
Reimplemented from xalanc::Writer.
|
virtual |
Get the stream associated with the writer...
Reimplemented from xalanc::Writer.
Implements xalanc::PrintWriter.
Implements xalanc::PrintWriter.
|
virtual |
Implements xalanc::PrintWriter.
|
virtual |
Implements xalanc::PrintWriter.
|
virtual |
Implements xalanc::PrintWriter.
Implements xalanc::PrintWriter.
Implements xalanc::PrintWriter.
Implements xalanc::PrintWriter.
Implements xalanc::PrintWriter.
Implements xalanc::PrintWriter.
Implements xalanc::PrintWriter.
|
virtual |
Implements xalanc::PrintWriter.
|
virtual |
Implements xalanc::PrintWriter.
|
virtual |
Implements xalanc::PrintWriter.
References xalanc::operator==().
Implements xalanc::PrintWriter.
Implements xalanc::PrintWriter.
Implements xalanc::PrintWriter.
|
virtual |
Writes a string.
s | string to write |
theOffset | starting offset in string to begin writing, default 0 |
theLength | number of characters to write. If the length is npos, then the array is assumed to be null-terminated. |
Implements xalanc::PrintWriter.
|
virtual |
Writes a string.
s | string to write |
theOffset | starting offset in string to begin writing, default 0 |
theLength | number of characters to write. If the length is XalanDOMString::npos, then the array is assumed to be null-terminated. |
Implements xalanc::PrintWriter.
|
virtual |
Writes a string.
s | string to write |
theOffset | starting offset in string to begin writing, default 0 |
theLength | number of characters to write. If the length is XalanDOMString::npos, then the entire string is printed. |
Implements xalanc::PrintWriter.
|
virtual |
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Mon Feb 5 2024 20:50:04 for Xalan-C++ API Reference by