#include <xalanc/XMLSupport/XalanFormatterWriter.hpp>
Definition at line 44 of file XalanFormatterWriter.hpp.
◆ size_type
◆ XalanFormatterWriter()
xalanc::XalanFormatterWriter::XalanFormatterWriter |
( |
Writer & |
theWriter, |
|
|
MemoryManager & |
theMemoryManager |
|
) |
| |
|
inline |
◆ ~XalanFormatterWriter()
virtual xalanc::XalanFormatterWriter::~XalanFormatterWriter |
( |
| ) |
|
|
inlinevirtual |
◆ decodeUTF16SurrogatePair()
static XalanUnicodeChar xalanc::XalanFormatterWriter::decodeUTF16SurrogatePair |
( |
XalanDOMChar |
theHighSurrogate, |
|
|
XalanDOMChar |
theLowSurrogate, |
|
|
MemoryManager & |
theManager |
|
) |
| |
|
inlinestatic |
◆ flushWriter()
void xalanc::XalanFormatterWriter::flushWriter |
( |
| ) |
|
|
inline |
◆ formatNumericCharacterReference()
const XalanDOMString& xalanc::XalanFormatterWriter::formatNumericCharacterReference |
( |
XalanUnicodeChar |
theChar | ) |
|
|
inlineprotected |
◆ getMemoryManager()
MemoryManager& xalanc::XalanFormatterWriter::getMemoryManager |
( |
| ) |
|
|
inline |
◆ getStream() [1/2]
◆ getStream() [2/2]
◆ getWriter()
Writer* xalanc::XalanFormatterWriter::getWriter |
( |
| ) |
const |
|
inline |
◆ isUTF16HighSurrogate()
static bool xalanc::XalanFormatterWriter::isUTF16HighSurrogate |
( |
XalanDOMChar |
theChar | ) |
|
|
inlinestatic |
◆ isUTF16LowSurrogate()
static bool xalanc::XalanFormatterWriter::isUTF16LowSurrogate |
( |
XalanDOMChar |
theChar | ) |
|
|
inlinestatic |
◆ throwInvalidCharacterException()
static void xalanc::XalanFormatterWriter::throwInvalidCharacterException |
( |
XalanUnicodeChar |
ch, |
|
|
MemoryManager & |
theManager |
|
) |
| |
|
inlinestatic |
◆ throwInvalidUTF16SurrogateException()
static void xalanc::XalanFormatterWriter::throwInvalidUTF16SurrogateException |
( |
XalanDOMChar |
ch, |
|
|
XalanDOMChar |
next, |
|
|
MemoryManager & |
theManager |
|
) |
| |
|
inlinestatic |
◆ throwUnrepresentableCharacterException()
void xalanc::XalanFormatterWriter::throwUnrepresentableCharacterException |
( |
XalanUnicodeChar |
ch, |
|
|
MemoryManager & |
theManager |
|
) |
| |
|
inline |
◆ m_memoryManager
MemoryManager& xalanc::XalanFormatterWriter::m_memoryManager |
|
protected |
◆ m_newlineString
const XalanDOMChar* xalanc::XalanFormatterWriter::m_newlineString |
|
protected |
◆ m_newlineStringLength
size_type xalanc::XalanFormatterWriter::m_newlineStringLength |
|
protected |
◆ m_stringBuffer
◆ m_writer
Writer& xalanc::XalanFormatterWriter::m_writer |
|
protected |
The documentation for this class was generated from the following file: