|
MoSync 3.2.1
|
A C++ wrapper for MTXml, with wide-char Unicode output. More...
#include <MTXml/MTXml.h>
Public Member Functions | |
| void | init (MtxListener *mtx, XmlListenerW *xml) |
| bool | feed (char *data, wchar_t *wideBuffer) |
| void | stop () |
Protected Member Functions | |
| void | initBase () |
Protected Attributes | |
| MTXContext | mContext |
| MtxListener * | mMtx |
A C++ wrapper for MTXml, with wide-char Unicode output.
| void Mtx::ContextW::init | ( | MtxListener * | mtx, |
| XmlListenerW * | xml | ||
| ) |
| bool Mtx::ContextW::feed | ( | char * | data, |
| wchar_t * | wideBuffer | ||
| ) |
| void Mtx::ContextBase::stop | ( | ) | [inherited] |
| void Mtx::ContextBase::initBase | ( | ) | [protected, inherited] |
MTXContext Mtx::ContextBase::mContext [protected, inherited] |
MtxListener* Mtx::ContextBase::mMtx [protected, inherited] |