106 void resetMembers_();
109 void endElement(
const XMLCh *
const ,
const XMLCh *
const ,
const XMLCh *
const qname)
override;
112 void startElement(
const XMLCh *
const ,
const XMLCh *
const ,
const XMLCh *
const qname,
const xercesc::Attributes & attributes)
override;
115 void registerProtein_(
const String & protein_name);
129 void matchModification_(
const double mass,
const String & origin,
String & modification_description);
Representation of a protein identification run.
Definition: ProteinIdentification.h:61
ProteinIdentification::ProteinGroup ProteinGroup
A protein group (set of indices into ProteinIdentification)
Definition: ProtXMLFile.h:77
ProteinGroup protein_group_
protein group
Definition: ProtXMLFile.h:140
A more convenient string class.
Definition: String.h:57
PeptideHit * pep_hit_
Temporary peptide hit.
Definition: ProtXMLFile.h:138
PeptideIdentification * pep_id_
Pointer to peptide identification.
Definition: ProtXMLFile.h:136
Base class for XML handlers.
Definition: XMLHandler.h:148
Used to load (storing not supported, yet) ProtXML files.
Definition: ProtXMLFile.h:70
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Representation of a peptide hit.
Definition: PeptideHit.h:54
Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:48
Bundles multiple (e.g. indistinguishable) proteins in a group.
Definition: ProteinIdentification.h:71
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:62