 |
OpenMS
2.4.0
|
Go to the documentation of this file.
45 class ProteinIdentification;
85 void startElement(
const XMLCh*
const ,
const XMLCh*
const ,
const XMLCh*
const qname,
const xercesc::Attributes& attributes)
override;
88 void endElement(
const XMLCh*
const ,
const XMLCh*
const ,
const XMLCh*
const qname)
override;
91 void characters(
const XMLCh*
const chars,
const XMLSize_t )
override;
ModificationDefinitionsSet default_nterm_mods_
Definition: XTandemXMLFile.h:148
UInt current_start_
Definition: XTandemXMLFile.h:133
Base class for XML handlers.
Definition: XMLHandler.h:148
ModificationDefinitionsSet mod_def_set_
Definition: XTandemXMLFile.h:145
Representation of a set of modification definitions.
Definition: ModificationDefinitionsSet.h:58
bool is_spectrum_note_
Definition: XTandemXMLFile.h:105
A more convenient string class.
Definition: String.h:57
bool is_protein_note_
Definition: XTandemXMLFile.h:102
String tag_
Definition: XTandemXMLFile.h:130
Representation of a protein identification run.
Definition: ProteinIdentification.h:61
std::map< UInt, String > spectrum_ids_
Definition: XTandemXMLFile.h:142
int Int
Signed integer type.
Definition: Types.h:102
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
String current_protein_
Definition: XTandemXMLFile.h:121
std::map< UInt, std::vector< PeptideHit > > peptide_hits_
Definition: XTandemXMLFile.h:112
std::set< UInt > protein_uids_
Definition: XTandemXMLFile.h:118
Int current_charge_
Definition: XTandemXMLFile.h:124
UInt current_stop_
Definition: XTandemXMLFile.h:136
ProteinIdentification * protein_identification_
Definition: XTandemXMLFile.h:99
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
UInt current_id_
Definition: XTandemXMLFile.h:127
Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:48
bool skip_protein_acc_update_
Definition: XTandemXMLFile.h:109
String previous_seq_
Definition: XTandemXMLFile.h:139
std::vector< ProteinHit > protein_hits_
Definition: XTandemXMLFile.h:115
Used to load XTandemXML files.
Definition: XTandemXMLFile.h:55