00001 #ifndef DDLSPECPAR_H 00002 #define DDLSPECPAR_H 00003 00004 #include "DDXMLElement.h" 00005 00006 #include <string> 00007 00009 00023 class DDLSpecPar : public DDXMLElement 00024 { 00025 public: 00026 00028 DDLSpecPar( DDLElementRegistry* myreg ); 00029 00031 ~DDLSpecPar( void ); 00032 00033 void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ); 00034 }; 00035 00036 #endif 00037