|
OpenMS
2.5.0
|
Go to the documentation of this file.
70 void endElement(
const XMLCh *
const ,
const XMLCh *
const ,
const XMLCh *
const qname)
override;
73 void startElement(
const XMLCh *
const ,
const XMLCh *
const ,
const XMLCh *
const qname,
const xercesc::Attributes & attributes)
override;
76 void characters(
const XMLCh *
const chars,
const XMLSize_t length)
override;
79 void writeTo(std::ostream & os)
override;
82 const std::vector<ToolDescription> & getToolDescriptions()
const;
85 void setToolDescriptions(
const std::vector<ToolDescription> & td);
93 std::vector<Internal::ToolDescription>
td_vec_;
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Management and storage of parameters / INI files.
Definition: Param.h:73
XML Handler for Param files.
Definition: ParamXMLHandler.h:51