XmlHandler Class Reference
XML document structure holder. More...
#include <xmlreader.h>
Inheritance diagram for XmlHandler:


Public Member Functions | |
| bool | startDocument () |
| bool | endDocument () |
| bool | startElement (const QString &ns, const QString &ln, const QString &qName, const QXmlAttributes &attr) |
| bool | endElement (const QString &ns, const QString &ln, const QString &qName) |
| bool | characters (const QString &ch) |
| Node * | firstNode () const |
Detailed Description
XML document structure holder.This class provides a Node structure that developers can read their xml data into.
Definition at line 61 of file xmlreader.h.
The documentation for this class was generated from the following files:
