#include <QtXml/qxml.h>
#ifndef QXML_H
class QXmlAttributes{
   /* Some contents are skipped to improve readability */
   private: struct Attribute{
      /* ... */
      public: class QString qname;
      /* ... */
   };
   /* ... */
};
#endif // QXML_H