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