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