List of all members.
Classes
Public Types
Public Member Functions
- XalanOtherEncodingWriter (Writer &writer, MemoryManager &theMemoryManager)
- virtual ~XalanOtherEncodingWriter ()
- void outputNewline ()
- Output a line break.
- 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.
- void writeNameChar (const XalanDOMChar *data, size_type theLength)
- Writes name characters.
- void writePIChars (const XalanDOMChar *data, size_type theLength)
- Writes PI characters.
- void writeCommentChars (const XalanDOMChar *data, size_type theLength)
- Writes comment characters.
- 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.
- 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 ()
Friends
template<class Predicate, class ConstantsType>
class XalanOtherEncodingWriter< Predicate, ConstantsType >
Member Typedef Documentation
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
Constructor & Destructor Documentation
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
Member Function Documentation
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 >
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 >
Friends And Related Function Documentation
template<class Predicate , class ConstantsType >
template<class Predicate , class ConstantsType >
The documentation for this class was generated from the following file: