#include <QtXml/qdom.h>
#ifndef QDOM_H
#ifndef QT_NO_DOM
class QDomElement: public QDomNode{
   /* Some contents are skipped to improve readability */
   public: void removeAttributeNS(class QString const & nsURI, class QString const & localName);
   /* ... */
};
#endif // QT_NO_DOM
#endif // QDOM_H