#include <QtXml/qxml.h>
#ifndef QXML_H
class QXmlParseException{
   /* Some contents are skipped to improve readability */
   public: explicit QXmlParseException(class QString const & name = QString::QString(), int c = -1, int l = -1, class QString const & p = QString::QString(), class QString const & s = QString::QString());
   /* ... */
};
#endif // QXML_H