typedef char XalanUTF8Writer::value_type |
XalanUTF8Writer::XalanUTF8Writer | ( | Writer & | writer, | |
MemoryManager & | theMemoryManager | |||
) |
virtual XalanUTF8Writer::~XalanUTF8Writer | ( | ) | [virtual] |
void XalanUTF8Writer::outputNewline | ( | ) |
Output a line break.
size_type XalanUTF8Writer::writeCDATAChar | ( | const XalanDOMChar | chars[], | |
size_type | start, | |||
size_type | length, | |||
bool & | ||||
) |
void XalanUTF8Writer::writeNameChar | ( | const XalanDOMChar * | data, | |
size_type | theLength | |||
) |
Writes name chars , if not presentable, throws.
void XalanUTF8Writer::writePIChars | ( | const XalanDOMChar * | data, | |
size_type | theLength | |||
) |
Writes name chars , if not presentable, throws.
void XalanUTF8Writer::writeCommentChars | ( | const XalanDOMChar * | data, | |
size_type | theLength | |||
) |
Writes name chars , if not presentable, throws.
void XalanUTF8Writer::safeWriteContent | ( | const XalanDOMChar * | theChars, | |
XalanDOMString::size_type | theLength | |||
) |
void XalanUTF8Writer::write | ( | const value_type * | theChars, | |
XalanDOMString::size_type | theLength | |||
) |
void XalanUTF8Writer::write | ( | const XalanDOMChar * | theChars | ) |
void XalanUTF8Writer::write | ( | const XalanDOMString & | theChars | ) |
void XalanUTF8Writer::write | ( | value_type | theChar | ) |
void XalanUTF8Writer::write | ( | const XalanDOMChar * | theChars, | |
XalanDOMString::size_type | theLength | |||
) |
size_type XalanUTF8Writer::write | ( | const XalanDOMChar | chars[], | |
XalanDOMString::size_type | start, | |||
XalanDOMString::size_type | length | |||
) |
void XalanUTF8Writer::writeSafe | ( | const XalanDOMChar * | theChars, | |
XalanDOMString::size_type | theLength | |||
) |
void XalanUTF8Writer::write | ( | const value_type * | theChars | ) |
void XalanUTF8Writer::flushWriter | ( | ) |
Reimplemented from XalanFormatterWriter.
void XalanUTF8Writer::flushBuffer | ( | ) |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|