#include <OpenMS/FORMAT/PTMXMLFile.h>
This class is used to load and store documents that implement the schema of PTMXML files.
Public Member Functions | |
PTMXMLFile () | |
Constructor. | |
void | load (const String &filename, std::map< String, std::pair< String, String > > &ptm_informations) throw (Exception::FileNotFound, Exception::ParseError) |
Loads the informations of a PTMXML file. | |
void | store (String filename, std::map< String, std::pair< String, String > > &ptm_informations) const throw (Exception::UnableToCreateFile) |
Stores the data in an PTMXML file. |
PTMXMLFile | ( | ) |
Constructor.
void load | ( | const String & | filename, | |
std::map< String, std::pair< String, String > > & | ptm_informations | |||
) | throw (Exception::FileNotFound, Exception::ParseError) |
Loads the informations of a PTMXML file.
The information is read in and stored in the corresponding variables
void store | ( | String | filename, | |
std::map< String, std::pair< String, String > > & | ptm_informations | |||
) | const throw (Exception::UnableToCreateFile) |
Stores the data in an PTMXML file.
The data is read in and stored in the file 'filename'.
Generated Tue Apr 1 15:36:45 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |