List of all members.
Public Types
Public Member Functions
- XalanUTF8Writer (Writer &writer, MemoryManager &theMemoryManager)
- virtual ~XalanUTF8Writer ()
- void outputNewline ()
- Output a line break.
- size_type writeCDATAChar (const XalanDOMChar chars[], size_type start, size_type length, bool &)
- void writeNameChar (const XalanDOMChar *data, size_type theLength)
- Writes name chars , if not presentable, throws.
- void writePIChars (const XalanDOMChar *data, size_type theLength)
- Writes name chars , if not presentable, throws.
- void writeCommentChars (const XalanDOMChar *data, size_type theLength)
- Writes name chars , if not presentable, throws.
- void safeWriteContent (const XalanDOMChar *theChars, XalanDOMString::size_type theLength)
- void write (const value_type *theChars, XalanDOMString::size_type theLength)
- void write (const XalanDOMChar *theChars)
- void write (const XalanDOMString &theChars)
- void write (value_type theChar)
- void write (const XalanDOMChar *theChars, XalanDOMString::size_type theLength)
- size_type write (const XalanDOMChar chars[], XalanDOMString::size_type start, XalanDOMString::size_type length)
- void writeSafe (const XalanDOMChar *theChars, XalanDOMString::size_type theLength)
- void write (const value_type *theChars)
- void flushWriter ()
- void flushBuffer ()
Member Typedef Documentation
Constructor & Destructor Documentation
XalanUTF8Writer::XalanUTF8Writer |
( |
Writer & |
writer, |
|
|
MemoryManager & |
theMemoryManager |
|
) |
| |
virtual XalanUTF8Writer::~XalanUTF8Writer |
( |
| ) |
[virtual] |
Member Function Documentation
void XalanUTF8Writer::flushBuffer |
( |
| ) |
|
void XalanUTF8Writer::flushWriter |
( |
| ) |
|
void XalanUTF8Writer::outputNewline |
( |
| ) |
|
void XalanUTF8Writer::write |
( |
const XalanDOMChar * |
theChars | ) |
|
void XalanUTF8Writer::write |
( |
const value_type * |
theChars | ) |
|
void XalanUTF8Writer::writeCommentChars |
( |
const XalanDOMChar * |
data, |
|
|
size_type |
theLength |
|
) |
| |
Writes name chars , if not presentable, throws.
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.
The documentation for this class was generated from the following file: