29 PTMXMLHandler(std::map<std::string, std::pair<std::string, std::string> > & ptm_informations,
const std::string & filename);
char16_t XMLCh
Definition ClassTest.h:30
Handler that is used for parsing PTMXML data.
Definition PTMXMLHandler.h:26
bool open_tag_
Definition PTMXMLHandler.h:49
void writeTo(std::ostream &os) override
Writes the xml file to the ostream 'os'.
std::string composition_
Definition PTMXMLHandler.h:48
std::map< std::string, std::pair< std::string, std::string > > & ptm_informations_
Definition PTMXMLHandler.h:47
void startElement(const XMLCh *const, const XMLCh *const, const XMLCh *const qname, const xercesc::Attributes &attributes) override
void characters(const XMLCh *const chars, const XMLSize_t) override
void endElement(const XMLCh *const, const XMLCh *const, const XMLCh *const qname) override
~PTMXMLHandler() override
Destructor.
PTMXMLHandler(std::map< std::string, std::pair< std::string, std::string > > &ptm_informations, const std::string &filename)
Constructor for loading.
Base class for XML handlers.
Definition XMLHandler.h:316
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19