00001 #ifndef NOTATIONS_H 00002 #define NOTATIONS_H 00003 #include "XMLMarker.h" 00004 00009 class Notations:public XMLMarker{ 00010 00011 public: 00012 00013 Notations(XMLMarker *,QString nsp,QString nom,QXmlAttributes xml); 00014 virtual void characters(QString s); 00015 virtual bool endXMLMarker(); 00016 bool isValidDescendant(QString s); 00017 }; 00018 #endif
1.3.6