typedef XalanOtherEncodingWriter<Predicate, ConstantsType> XalanOtherEncodingWriter< Predicate, ConstantsType >::ThisType |
typedef XalanDOMChar XalanOtherEncodingWriter< Predicate, ConstantsType >::value_type |
XalanOtherEncodingWriter< Predicate, ConstantsType >::XalanOtherEncodingWriter | ( | Writer & | writer, | |
MemoryManager & | theMemoryManager | |||
) |
virtual XalanOtherEncodingWriter< Predicate, ConstantsType >::~XalanOtherEncodingWriter | ( | ) | [virtual] |
void XalanOtherEncodingWriter< Predicate, ConstantsType >::flushBuffer | ( | ) |
void XalanOtherEncodingWriter< Predicate, ConstantsType >::flushWriter | ( | ) |
Reimplemented from XalanFormatterWriter.
void XalanOtherEncodingWriter< Predicate, ConstantsType >::outputNewline | ( | ) |
Output a line break.
void XalanOtherEncodingWriter< Predicate, ConstantsType >::write | ( | const XalanDOMChar * | theChars | ) |
size_type XalanOtherEncodingWriter< Predicate, ConstantsType >::write | ( | const XalanDOMChar | chars[], | |
size_type | start, | |||
size_type | length | |||
) |
void XalanOtherEncodingWriter< Predicate, ConstantsType >::write | ( | XalanDOMChar | theChar | ) |
Writes writes a UTF-16 code unit that isn't part of the surrogate pair.
void XalanOtherEncodingWriter< Predicate, ConstantsType >::write | ( | const XalanDOMString & | theChars | ) |
void XalanOtherEncodingWriter< Predicate, ConstantsType >::write | ( | const XalanDOMChar * | theChars, | |
size_type | theLength | |||
) |
size_type XalanOtherEncodingWriter< Predicate, ConstantsType >::writeCDATAChar | ( | const XalanDOMChar | chars[], | |
size_type | start, | |||
size_type | length, | |||
bool & | outsideCDATA | |||
) |
Writes CDATA chars , if not presentable, fixes it with addition CDATA sections.
void XalanOtherEncodingWriter< Predicate, ConstantsType >::writeCommentChars | ( | const XalanDOMChar * | data, | |
size_type | theLength | |||
) |
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.
void XalanOtherEncodingWriter< Predicate, ConstantsType >::writeNameChar | ( | const XalanDOMChar * | data, | |
size_type | theLength | |||
) |
Writes name characters.
If a character is not representable, an exception is thrown.
void XalanOtherEncodingWriter< Predicate, ConstantsType >::writePIChars | ( | const XalanDOMChar * | data, | |
size_type | theLength | |||
) |
Writes PI characters.
If a character is not representable, an exception is thrown.
void XalanOtherEncodingWriter< Predicate, ConstantsType >::writeSafe | ( | const XalanDOMChar * | theChars, | |
size_type | theLength | |||
) |
friend class ThrowTranscodingException [friend] |
friend class WriteCharRef [friend] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|