#include <XalanFormatterWriter.hpp>
Inherited by XalanOtherEncodingWriter< Predicate, ConstantsType >, XalanUTF16Writer, and XalanUTF8Writer.
Definition at line 44 of file XalanFormatterWriter.hpp.
§ size_type
§ XalanFormatterWriter()
XalanFormatterWriter::XalanFormatterWriter |
( |
Writer & |
theWriter, |
|
|
MemoryManager & |
theMemoryManager |
|
) |
| |
|
inline |
§ ~XalanFormatterWriter()
virtual XalanFormatterWriter::~XalanFormatterWriter |
( |
| ) |
|
|
inlinevirtual |
§ decodeUTF16SurrogatePair()
static XalanUnicodeChar XalanFormatterWriter::decodeUTF16SurrogatePair |
( |
XalanDOMChar |
theHighSurrogate, |
|
|
XalanDOMChar |
theLowSurrogate, |
|
|
MemoryManager & |
theManager |
|
) |
| |
|
inlinestatic |
§ flushWriter()
void XalanFormatterWriter::flushWriter |
( |
| ) |
|
|
inline |
§ formatNumericCharacterReference()
const XalanDOMString& XalanFormatterWriter::formatNumericCharacterReference |
( |
XalanUnicodeChar |
theChar | ) |
|
|
inlineprotected |
Format a code point as a numeric character reference.
- Parameters
-
theChar | A Unicode code point. |
Definition at line 343 of file XalanFormatterWriter.hpp.
§ getMemoryManager()
MemoryManager& XalanFormatterWriter::getMemoryManager |
( |
| ) |
|
|
inline |
§ getStream() [1/2]
§ getStream() [2/2]
§ getWriter()
Writer* XalanFormatterWriter::getWriter |
( |
| ) |
const |
|
inline |
§ isUTF16HighSurrogate()
static bool XalanFormatterWriter::isUTF16HighSurrogate |
( |
XalanDOMChar |
theChar | ) |
|
|
inlinestatic |
§ isUTF16LowSurrogate()
static bool XalanFormatterWriter::isUTF16LowSurrogate |
( |
XalanDOMChar |
theChar | ) |
|
|
inlinestatic |
§ throwInvalidCharacterException()
static void XalanFormatterWriter::throwInvalidCharacterException |
( |
XalanUnicodeChar |
ch, |
|
|
MemoryManager & |
theManager |
|
) |
| |
|
inlinestatic |
§ throwInvalidUTF16SurrogateException()
static void XalanFormatterWriter::throwInvalidUTF16SurrogateException |
( |
XalanDOMChar |
ch, |
|
|
XalanDOMChar |
next, |
|
|
MemoryManager & |
theManager |
|
) |
| |
|
inlinestatic |
§ throwUnrepresentableCharacterException()
void XalanFormatterWriter::throwUnrepresentableCharacterException |
( |
XalanUnicodeChar |
ch, |
|
|
MemoryManager & |
theManager |
|
) |
| |
|
inline |
§ m_memoryManager
MemoryManager& XalanFormatterWriter::m_memoryManager |
|
protected |
§ m_newlineString
const XalanDOMChar* XalanFormatterWriter::m_newlineString |
|
protected |
§ m_newlineStringLength
size_type XalanFormatterWriter::m_newlineStringLength |
|
protected |
§ m_stringBuffer
§ m_writer
Writer& XalanFormatterWriter::m_writer |
|
protected |
The documentation for this class was generated from the following file: