15 static std::map < EID_STRING, ConversionWorker * >convertors;
16 static std::map < EID_STRING, ConversionWorker * >to_xml;
17 static std::map < EID_STRING, ConversionWorker * >from_xml;
20 EID_CHAR *convert(
const EID_CHAR * label,
const EID_CHAR * normal);
21 EID_CHAR *convert_to_xml(
const EID_CHAR * label,
22 const EID_CHAR * normal);
23 void *convert_from_xml(
const EID_CHAR * name,
const EID_CHAR * value,
25 int can_convert(
const EID_CHAR * label);