#include <xalanc/XMLSupport/XalanUTF8Writer.hpp>
|
| XalanUTF8Writer (Writer &writer, MemoryManager &theMemoryManager) |
|
virtual | ~XalanUTF8Writer () |
|
void | outputNewline () |
| Output a line break. More...
|
|
size_type | writeCDATAChar (const XalanDOMChar chars[], size_type start, size_type length, bool &) |
|
void | writeNameChar (const XalanDOMChar *data, size_type theLength) |
| Writes name characters. More...
|
|
void | writePIChars (const XalanDOMChar *data, size_type theLength) |
| Writes PI characters. More...
|
|
void | writeCommentChars (const XalanDOMChar *data, size_type theLength) |
| Writes comment characters. More...
|
|
void | safeWriteContent (const XalanDOMChar *theChars, size_type theLength) |
|
void | write (const value_type *theChars, size_type theLength) |
|
void | write (const XalanDOMChar *theChars) |
|
void | write (const XalanDOMString &theChars) |
|
void | write (value_type theChar) |
|
void | write (const XalanDOMChar *theChars, size_type theLength) |
|
size_type | write (const XalanDOMChar chars[], size_type start, size_type length) |
|
void | writeSafe (const XalanDOMChar *theChars, size_type theLength) |
|
void | write (const value_type *theChars) |
|
void | flushWriter () |
|
void | flushBuffer () |
|
| XalanFormatterWriter (Writer &theWriter, MemoryManager &theMemoryManager) |
|
MemoryManager & | getMemoryManager () |
|
virtual | ~XalanFormatterWriter () |
|
Writer * | getWriter () const |
|
XalanOutputStream * | getStream () |
|
const XalanOutputStream * | getStream () const |
|
void | flushWriter () |
|
void | throwUnrepresentableCharacterException (XalanUnicodeChar ch, MemoryManager &theManager) |
|
Definition at line 110 of file XalanUTF8Writer.hpp.
◆ value_type
◆ XalanUTF8Writer()
xalanc::XalanUTF8Writer::XalanUTF8Writer |
( |
Writer & |
writer, |
|
|
MemoryManager & |
theMemoryManager |
|
) |
| |
◆ ~XalanUTF8Writer()
virtual xalanc::XalanUTF8Writer::~XalanUTF8Writer |
( |
| ) |
|
|
inlinevirtual |
◆ flushBuffer()
void xalanc::XalanUTF8Writer::flushBuffer |
( |
| ) |
|
|
inline |
◆ flushWriter()
void xalanc::XalanUTF8Writer::flushWriter |
( |
| ) |
|
|
inline |
◆ outputNewline()
void xalanc::XalanUTF8Writer::outputNewline |
( |
| ) |
|
|
inline |
◆ safeWriteContent()
void xalanc::XalanUTF8Writer::safeWriteContent |
( |
const XalanDOMChar * |
theChars, |
|
|
size_type |
theLength |
|
) |
| |
|
inline |
◆ write() [1/7]
void xalanc::XalanUTF8Writer::write |
( |
const value_type * |
theChars | ) |
|
|
inline |
◆ write() [2/7]
◆ write() [3/7]
void xalanc::XalanUTF8Writer::write |
( |
const XalanDOMChar * |
theChars | ) |
|
|
inline |
◆ write() [4/7]
void xalanc::XalanUTF8Writer::write |
( |
const XalanDOMChar * |
theChars, |
|
|
size_type |
theLength |
|
) |
| |
|
inline |
◆ write() [5/7]
◆ write() [6/7]
void xalanc::XalanUTF8Writer::write |
( |
const XalanDOMString & |
theChars | ) |
|
|
inline |
◆ write() [7/7]
void xalanc::XalanUTF8Writer::write |
( |
value_type |
theChar | ) |
|
|
inline |
◆ writeCDATAChar()
◆ writeCommentChars()
void xalanc::XalanUTF8Writer::writeCommentChars |
( |
const XalanDOMChar * |
data, |
|
|
size_type |
theLength |
|
) |
| |
|
inline |
Writes comment characters.
If characters that are not representable are encountered, an exception is thrown.
Definition at line 181 of file XalanUTF8Writer.hpp.
◆ writeNameChar()
void xalanc::XalanUTF8Writer::writeNameChar |
( |
const XalanDOMChar * |
data, |
|
|
size_type |
theLength |
|
) |
| |
|
inline |
Writes name characters.
If characters that are not representable are encountered, an exception is thrown.
Definition at line 157 of file XalanUTF8Writer.hpp.
◆ writePIChars()
void xalanc::XalanUTF8Writer::writePIChars |
( |
const XalanDOMChar * |
data, |
|
|
size_type |
theLength |
|
) |
| |
|
inline |
Writes PI characters.
If characters that are not representable are encountered, an exception is thrown.
Definition at line 169 of file XalanUTF8Writer.hpp.
◆ writeSafe()
void xalanc::XalanUTF8Writer::writeSafe |
( |
const XalanDOMChar * |
theChars, |
|
|
size_type |
theLength |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: