XmlReader Class Reference
#include <mymoneygncreader.h>
List of all members.
Detailed Description
XML Reader The XML reader is an implementation of the
Qt SAX2 XML parser. It determines the type of object represented by the XMl, and calls the appropriate object functions
Constructor & Destructor Documentation
Member Function Documentation
| void XmlReader::processFile |
( |
QIODevice * |
|
) |
[protected] |
| bool XmlReader::startDocument |
( |
|
) |
[protected] |
| bool XmlReader::startElement |
( |
const QString & |
, |
|
|
const QString & |
, |
|
|
const QString & |
, |
|
|
const QXmlAttributes & |
| |
|
) |
| | [protected] |
| bool XmlReader::endElement |
( |
const QString & |
, |
|
|
const QString & |
, |
|
|
const QString & |
| |
|
) |
| | [protected] |
| bool XmlReader::characters |
( |
const QString & |
|
) |
[protected] |
| bool XmlReader::endDocument |
( |
|
) |
[protected] |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: