35 #include "aextension.h" 55 bool read(
const QString &fname);
56 bool write(
const QString &fname);
57 void createNew(
const QString &rootnodename );
61 bool newChild(
const QString &childname );
63 bool setText(
const QString &text );
66 bool setAttr(
const QString &name,
const QString &value );
67 QString attr(
const QString &name )
const;
68 bool removeAttr(
const QString &name );
78 QDomElement rootnode, current;
Definition: aextension.h:45
The AExtXML is Ananas extension class for work with XML files.
Definition: aextxml.h:44