#include <XalanUTF16Writer.hpp>
Inherits XalanFormatterWriter.
Definition at line 28 of file XalanUTF16Writer.hpp.
typedef XalanDOMChar XalanUTF16Writer::value_type |
Definition at line 32 of file XalanUTF16Writer.hpp.
XalanUTF16Writer::XalanUTF16Writer | ( | Writer & | writer, | |
MemoryManager & | theMemoryManager | |||
) |
virtual XalanUTF16Writer::~XalanUTF16Writer | ( | ) | [inline, virtual] |
Definition at line 40 of file XalanUTF16Writer.hpp.
void XalanUTF16Writer::flushBuffer | ( | ) | [inline] |
Definition at line 192 of file XalanUTF16Writer.hpp.
void XalanUTF16Writer::outputNewline | ( | ) | [inline] |
Output a line break.
Definition at line 48 of file XalanUTF16Writer.hpp.
void XalanUTF16Writer::safeWriteContent | ( | const XalanDOMChar * | theChars, | |
size_type | theLength | |||
) | [inline] |
Definition at line 107 of file XalanUTF16Writer.hpp.
void XalanUTF16Writer::write | ( | const XalanDOMString & | theChars | ) | [inline] |
Definition at line 145 of file XalanUTF16Writer.hpp.
void XalanUTF16Writer::write | ( | value_type | theChar | ) | [inline] |
Definition at line 151 of file XalanUTF16Writer.hpp.
size_type XalanUTF16Writer::write | ( | const value_type | chars[], | |
size_type | start, | |||
size_type | ||||
) | [inline] |
Definition at line 167 of file XalanUTF16Writer.hpp.
void XalanUTF16Writer::write | ( | const value_type * | theChars | ) | [inline] |
Definition at line 186 of file XalanUTF16Writer.hpp.
void XalanUTF16Writer::write | ( | const value_type * | theChars, | |
size_type | theLength | |||
) | [inline] |
Definition at line 115 of file XalanUTF16Writer.hpp.
size_type XalanUTF16Writer::writeCDATAChar | ( | const XalanDOMChar | chars[], | |
size_type | start, | |||
size_type | , | |||
bool & | ||||
) | [inline] |
Definition at line 60 of file XalanUTF16Writer.hpp.
void XalanUTF16Writer::writeCommentChars | ( | const XalanDOMChar * | data, | |
size_type | theLength | |||
) | [inline] |
Writes name chars, if not representable, throws.
Definition at line 99 of file XalanUTF16Writer.hpp.
void XalanUTF16Writer::writeNameChar | ( | const XalanDOMChar * | data, | |
size_type | theLength | |||
) | [inline] |
Writes name chars, if not representable, throws.
Definition at line 77 of file XalanUTF16Writer.hpp.
void XalanUTF16Writer::writePIChars | ( | const XalanDOMChar * | data, | |
size_type | theLength | |||
) | [inline] |
Writes name chars, if not representable, throws.
Definition at line 88 of file XalanUTF16Writer.hpp.
void XalanUTF16Writer::writeSafe | ( | const XalanDOMChar * | theChars, | |
size_type | theLength | |||
) | [inline] |
Definition at line 178 of file XalanUTF16Writer.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|