|
mkRPG
|
The XmlTree class represents a XML file as a tree. More...
#include <xmlreader.h>
Public Member Functions | |
| XmlTree (QXmlStreamReader &reader) | |
Data Fields | |
| MarkUp | markUp |
| QList< XmlTree * > | subTrees |
| QString | content |
| QMap< QString, QString > | attributes |
The XmlTree class represents a XML file as a tree.
To make the use easier, the attributes are public and can be accessed directly.
1.7.6.1