Xalan-C++ API Reference 1.12.0
|
#include <xalanc/PlatformSupport/PrintWriter.hpp>
Protected Attributes | |
const bool | m_fAutoFlush |
MemoryManager & | m_memoryManager |
Static Protected Attributes | |
static const XalanDOMChar | s_trueString [] |
static const XalanDOMChar | s_falseString [] |
static const XalanDOMChar | s_newlineString [] |
Additional Inherited Members | |
![]() | |
static const size_t | npos |
Definition at line 37 of file PrintWriter.hpp.
xalanc::PrintWriter::PrintWriter | ( | bool | fAutoFlush = false , |
MemoryManager &theManager | XALAN_DEFAULT_MEMMGR | ||
) |
Constructor.
fAutoFlush | if true, the output will not be buffered |
|
virtual |
Flush the stream, then check the error status.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Close the stream.
Implements xalanc::Writer.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Flush the stream.
Implements xalanc::Writer.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
|
inline |
Definition at line 49 of file PrintWriter.hpp.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
|
pure virtual |
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
|
pure virtual |
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Implemented in xalanc::DOMStringPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Implemented in xalanc::DOMStringPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
|
pure virtual |
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
|
pure virtual |
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Implemented in xalanc::DOMStringPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Implemented in xalanc::DOMStringPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
|
pure 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::Writer.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
|
pure 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::Writer.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
|
pure 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::Writer.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
|
pure virtual |
Writes a character.
c | character to write |
Implements xalanc::Writer.
Implemented in xalanc::DOMStringPrintWriter, xalanc::NullPrintWriter, and xalanc::XalanOutputStreamPrintWriter.
Definition at line 164 of file PrintWriter.hpp.
|
protected |
Definition at line 166 of file PrintWriter.hpp.
|
staticprotected |
Definition at line 171 of file PrintWriter.hpp.
|
staticprotected |
Definition at line 173 of file PrintWriter.hpp.
|
staticprotected |
Definition at line 169 of file PrintWriter.hpp.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Tue Oct 10 2023 15:42:14 for Xalan-C++ API Reference by