00001 #ifndef XMLMARKERFACTORY_H 00002 #define XMLMARKERFACTORY_H 00003 #include "XMLMarker.h" 00004 00008 XMLMarker * newXMLMarkerAttributes(XMLMarker *parent, QString nsp,QString nom,QXmlAttributes atts); 00009 //void *newXMLMarker (XMLMarker *, QString, QString, QXmlAttributes); 00010 00011 class XMLMarkerFactory{ 00012 public: 00013 static XMLMarker * newXMLMarker(XMLMarker *, QString, QString, QXmlAttributes); 00014 00015 }; 00016 #endif
1.3.6