|
| 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) |
|
MemoryManagerType & | getMemoryManager () |
|
virtual | ~XalanFormatterWriter () |
|
Writer * | getWriter () const |
|
XalanOutputStream * | getStream () |
|
const XalanOutputStream * | getStream () const |
|
void | flushWriter () |
|
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 writes a UTF-16 code unit that isn't part of the surrogate pair.
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
Writes CDATA chars , if not presentable, fixes it with addition CDATA sections.
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.
template<class Predicate , class ConstantsType >
Writes name characters.
If a character is not representable, an exception is thrown.
template<class Predicate , class ConstantsType >
Writes PI characters.
If a character is not representable, an exception is thrown.
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: