#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.
◆ ThisType
template<class Predicate , class ConstantsType >
◆ value_type
template<class Predicate , class ConstantsType >
◆ XalanOtherEncodingWriter()
template<class Predicate , class ConstantsType >
◆ ~XalanOtherEncodingWriter()
template<class Predicate , class ConstantsType >
◆ flushBuffer()
template<class Predicate , class ConstantsType >
◆ flushWriter()
template<class Predicate , class ConstantsType >
◆ outputNewline()
template<class Predicate , class ConstantsType >
◆ write() [1/5]
template<class Predicate , class ConstantsType >
◆ write() [2/5]
template<class Predicate , class ConstantsType >
◆ write() [3/5]
template<class Predicate , class ConstantsType >
◆ write() [4/5]
template<class Predicate , class ConstantsType >
◆ write() [5/5]
template<class Predicate , class ConstantsType >
◆ writeCDATAChar()
template<class Predicate , class ConstantsType >
◆ writeCommentChars()
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.
◆ writeNameChar()
template<class Predicate , class ConstantsType >
◆ writePIChars()
template<class Predicate , class ConstantsType >
◆ writeSafe()
template<class Predicate , class ConstantsType >
◆ ThrowTranscodingException
template<class Predicate , class ConstantsType >
◆ WriteCharRef
template<class Predicate , class ConstantsType >
The documentation for this class was generated from the following file: