35 #ifndef OPENMS_FORMAT_HANDLERS_TOOLDESCRIPTIONHANDLER_H    36 #define OPENMS_FORMAT_HANDLERS_TOOLDESCRIPTIONHANDLER_H    71       virtual void endElement(
const XMLCh * 
const , 
const XMLCh * 
const , 
const XMLCh * 
const qname);
    74       virtual void startElement(
const XMLCh * 
const , 
const XMLCh * 
const , 
const XMLCh * 
const qname, 
const xercesc::Attributes & attributes);
    77       virtual void characters(
const XMLCh * 
const chars, 
const XMLSize_t length);
    80       virtual void writeTo(std::ostream & os);
    83       const std::vector<ToolDescription> & getToolDescriptions() 
const;
    86       void setToolDescriptions(
const std::vector<ToolDescription> & td);
    94       std::vector<Internal::ToolDescription> 
td_vec_;
   110 #endif // OPENMS_FORMAT_HANDLERS_TOOLDESCRIPTIONHANDLER_H 
A more convenient string class. 
Definition: String.h:57
 
Main OpenMS namespace. 
Definition: FeatureDeconvolution.h:47
 
XML Handler for Param files. 
Definition: ParamXMLHandler.h:52
 
Management and storage of parameters / INI files. 
Definition: Param.h:75