Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages

PTMXMLFile Class Reference
[File IO]

#include <OpenMS/FORMAT/PTMXMLFile.h>

Inheritance diagram for PTMXMLFile:

XMLFile

List of all members.


Detailed Description

Used to load and store PTMXML files.

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.


Constructor & Destructor Documentation

PTMXMLFile (  ) 

Constructor.


Member Function Documentation

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'.


The documentation for this class was generated from the following file:
Generated Tue Apr 1 15:36:45 2008 -- using doxygen 1.5.4 OpenMS / TOPP 1.1