#include <xalanc/XMLSupport/XalanUTF16Writer.hpp>
|
| | XalanUTF16Writer (Writer &writer, MemoryManager &theMemoryManager) |
| |
| virtual | ~XalanUTF16Writer () |
| |
| void | outputNewline () |
| | Output a line break. More...
|
| |
| size_type | writeCDATAChar (const XalanDOMChar chars[], size_type start, size_type, bool &) |
| |
| void | writeNameChar (const XalanDOMChar *data, size_type theLength) |
| | Writes name chars, if not representable, throws. More...
|
| |
| void | writePIChars (const XalanDOMChar *data, size_type theLength) |
| | Writes name chars, if not representable, throws. More...
|
| |
| void | writeCommentChars (const XalanDOMChar *data, size_type theLength) |
| | Writes name chars, if not representable, throws. More...
|
| |
| void | safeWriteContent (const XalanDOMChar *theChars, size_type theLength) |
| |
| void | write (const value_type *theChars, size_type theLength) |
| |
| void | write (const XalanDOMString &theChars) |
| |
| void | write (value_type theChar) |
| |
| size_type | write (const value_type chars[], size_type start, size_type) |
| |
| void | writeSafe (const XalanDOMChar *theChars, size_type theLength) |
| |
| void | write (const value_type *theChars) |
| |
| 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 28 of file XalanUTF16Writer.hpp.
◆ value_type
◆ XalanUTF16Writer()
| xalanc::XalanUTF16Writer::XalanUTF16Writer |
( |
Writer & |
writer, |
|
|
MemoryManager & |
theMemoryManager |
|
) |
| |
◆ ~XalanUTF16Writer()
| virtual xalanc::XalanUTF16Writer::~XalanUTF16Writer |
( |
| ) |
|
|
inlinevirtual |
◆ flushBuffer()
| void xalanc::XalanUTF16Writer::flushBuffer |
( |
| ) |
|
|
inline |
◆ outputNewline()
| void xalanc::XalanUTF16Writer::outputNewline |
( |
| ) |
|
|
inline |
◆ safeWriteContent()
| void xalanc::XalanUTF16Writer::safeWriteContent |
( |
const XalanDOMChar * |
theChars, |
|
|
size_type |
theLength |
|
) |
| |
|
inline |
◆ write() [1/5]
| void xalanc::XalanUTF16Writer::write |
( |
const value_type * |
theChars | ) |
|
|
inline |
◆ write() [2/5]
◆ write() [3/5]
◆ write() [4/5]
| void xalanc::XalanUTF16Writer::write |
( |
const XalanDOMString & |
theChars | ) |
|
|
inline |
◆ write() [5/5]
| void xalanc::XalanUTF16Writer::write |
( |
value_type |
theChar | ) |
|
|
inline |
◆ writeCDATAChar()
◆ writeCommentChars()
| void xalanc::XalanUTF16Writer::writeCommentChars |
( |
const XalanDOMChar * |
data, |
|
|
size_type |
theLength |
|
) |
| |
|
inline |
◆ writeNameChar()
| void xalanc::XalanUTF16Writer::writeNameChar |
( |
const XalanDOMChar * |
data, |
|
|
size_type |
theLength |
|
) |
| |
|
inline |
◆ writePIChars()
| void xalanc::XalanUTF16Writer::writePIChars |
( |
const XalanDOMChar * |
data, |
|
|
size_type |
theLength |
|
) |
| |
|
inline |
◆ writeSafe()
| void xalanc::XalanUTF16Writer::writeSafe |
( |
const XalanDOMChar * |
theChars, |
|
|
size_type |
theLength |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: