XalanFormatterWriter::XalanFormatterWriter | ( | Writer & | theWriter, | |
MemoryManager & | theMemoryManager | |||
) |
virtual XalanFormatterWriter::~XalanFormatterWriter | ( | ) | [virtual] |
MemoryManagerType& XalanFormatterWriter::getMemoryManager | ( | ) |
Writer* XalanFormatterWriter::getWriter | ( | ) | const |
XalanOutputStream* XalanFormatterWriter::getStream | ( | ) |
const XalanOutputStream* XalanFormatterWriter::getStream | ( | ) | const |
void XalanFormatterWriter::flushWriter | ( | ) |
Reimplemented in XalanOtherEncodingWriter< Predicate, ConstantsType >, and XalanUTF8Writer.
static bool XalanFormatterWriter::isUTF16HighSurrogate | ( | XalanDOMChar | theChar | ) | [static] |
static bool XalanFormatterWriter::isUTF16LowSurrogate | ( | XalanDOMChar | theChar | ) | [static] |
static unsigned int XalanFormatterWriter::decodeUTF16SurrogatePair | ( | XalanDOMChar | theHighSurrogate, | |
XalanDOMChar | theLowSurrogate, | |||
MemoryManager & | theManager | |||
) | [static] |
static void XalanFormatterWriter::throwInvalidCharacterException | ( | unsigned int | ch, | |
MemoryManager & | theManager | |||
) | [static] |
static void XalanFormatterWriter::throwInvalidUTF16SurrogateException | ( | XalanDOMChar | ch, | |
XalanDOMChar | next, | |||
MemoryManagerType & | theManager | |||
) | [static] |
const XalanDOMString& XalanFormatterWriter::formatNumericCharacterReference | ( | unsigned int | theNumber | ) | [protected] |
Format a code point as a numeric character reference.
theChar | A Unicode code point. |
Writer& XalanFormatterWriter::m_writer [protected] |
The writer.
MemoryManager& XalanFormatterWriter::m_memoryManager [protected] |
The MemoryManager instance to use for any dynamically- allocated memory.
XalanDOMString XalanFormatterWriter::m_stringBuffer [protected] |
const XalanDOMChar* XalanFormatterWriter::m_newlineString [protected] |
The string of characters that represents the newline.
The length of the the string of characters that represents the newline.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|