#include <XalanOtherEncodingWriter.hpp>
Inherits XalanFormatterWriter.
|
| | XalanOtherEncodingWriter (Writer &writer, MemoryManager &theMemoryManager) |
| |
| virtual | ~XalanOtherEncodingWriter () |
| |
| void | outputNewline () |
| | Output a line break. More...
|
| |
| size_type | writeCDATAChar (const XalanDOMChar chars[], size_type start, size_type length, bool &outsideCDATA) |
| | Writes CDATA chars , if not presentable, fixes it with addition CDATA sections. More...
|
| |
| 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 | write (const XalanDOMChar *theChars, size_type theLength) |
| |
| void | write (const XalanDOMString &theChars) |
| |
| void | write (XalanDOMChar theChar) |
| | Writes writes a UTF-16 code unit that isn't part of the surrogate pair. More...
|
| |
| size_type | write (const XalanDOMChar chars[], size_type start, size_type length) |
| |
| void | writeSafe (const XalanDOMChar *theChars, size_type theLength) |
| |
| void | write (const XalanDOMChar *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) |
| |
template<class Predicate, class ConstantsType>
class XalanOtherEncodingWriter< Predicate, ConstantsType >
Definition at line 33 of file XalanOtherEncodingWriter.hpp.
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
Writes comment characters.
If a character is not representable, or must be written as a character reference for compatibility with XML 1.1, an exception is thrown.
Definition at line 238 of file XalanOtherEncodingWriter.hpp.
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
The documentation for this class was generated from the following file: