#include <QtXml/qxml.h>
#ifndef QXML_H
class QXmlAttributes{
   /* Some contents are skipped to improve readability */
   public: void append(class QString const & qName, class QString const & uri, class QString const & localPart, class QString const & value);
   /* ... */
};
#endif // QXML_H