Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.10
XalanUTF8Writer Class Reference
Inheritance diagram for XalanUTF8Writer:
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 value_type * |
theChars |
) |
|
|
void XalanUTF8Writer::write |
( |
value_type |
theChar |
) |
|
|
void XalanUTF8Writer::write |
( |
const XalanDOMChar * |
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:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
|
|