00001 #ifndef PART_LIST_H 00002 #define PART_LIST_H 00003 #include "XMLMarker.h" 00004 00005 /*********DONT*******************************************/ 00006 class Part_list:public XMLMarker{ 00007 public: 00008 Part_list(XMLMarker *,QString nsp,QString nom,QXmlAttributes xml); 00009 virtual void characters(QString s); 00010 virtual bool endXMLMarker(); 00011 }; 00012 #endif
1.3.6