#include <mootTokenExpatIO.h>
Inheritance diagram for moot::TokenWriterExpat:
|
Default constructor: \fmt: output format, a bitmask of TokenIOFormat flags \got_raw_xml: whether this object is part of a lossless XML I/O chain: useful but cryptic -- see |
|
Default destructor |
|
Begin a comment block. |
|
End a comment block, if one is active. |
|
Write some raw data to the current sink. No recoding is performed. |
|
Write a single sentence to a C stream, obeying use_raw_xml flag |
|
Write a single token to a mootio::mostream |
|
Write a single token to a mootio::mostream, gen mode |
|
Write a single token to a mootio::mostream, raw mode |
|
Close currently selected output sink Reimplemented from moot::TokenWriter. |
|
Begin a comment block. Reimplemented from moot::TokenWriter. |
|
End a comment block, if one is active. Reimplemented from moot::TokenWriter. |
|
Write some raw data to the current sink. No recoding is performed. Reimplemented from moot::TokenWriter. |
|
Write a whole sentence to the current output sink. Reimplemented from moot::TokenWriter. |
|
Write a single token to the current output sink. Reimplemented from moot::TokenWriter. |
|
Set default output encoding. Still somewhat buggy |
|
Select output to a mootio::mostream Reimplemented from moot::TokenWriter. |
|
|
|
|
|
|
|
Last character written |
|
|
|
|
|
|
|
|
|
Name of destination encoding. See setEncoding() |
|
Recoder object: handles text (re-)coding |
|
Whether the data to write contains raw XML as generated by TokenReaderExpat with
|