|
OpenMS
2.5.0
|
Go to the documentation of this file.
46 class ProteinIdentification;
86 void startElement(
const XMLCh*
const ,
const XMLCh*
const ,
const XMLCh*
const qname,
const xercesc::Attributes& attributes)
override;
89 void endElement(
const XMLCh*
const ,
const XMLCh*
const ,
const XMLCh*
const qname)
override;
92 void characters(
const XMLCh*
const chars,
const XMLSize_t )
override;
bool is_protein_note_
Definition: XTandemXMLFile.h:103
Int current_charge_
Definition: XTandemXMLFile.h:125
std::map< UInt, std::vector< PeptideHit > > peptide_hits_
Definition: XTandemXMLFile.h:113
ProteinIdentification * protein_identification_
Definition: XTandemXMLFile.h:100
String tag_
Definition: XTandemXMLFile.h:131
UInt current_start_
Definition: XTandemXMLFile.h:134
Base class for XML handlers.
Definition: XMLHandler.h:151
UInt current_id_
Definition: XTandemXMLFile.h:128
Representation of a protein identification run.
Definition: ProteinIdentification.h:71
UInt current_stop_
Definition: XTandemXMLFile.h:137
bool is_spectrum_note_
Definition: XTandemXMLFile.h:106
ModificationDefinitionsSet default_nterm_mods_
Definition: XTandemXMLFile.h:149
std::map< UInt, String > spectrum_ids_
Definition: XTandemXMLFile.h:143
std::vector< ProteinHit > protein_hits_
Definition: XTandemXMLFile.h:116
std::set< UInt > protein_uids_
Definition: XTandemXMLFile.h:119
String current_protein_
Definition: XTandemXMLFile.h:122
GroupType
Definition: XTandemXMLFile.h:152
A more convenient string class.
Definition: String.h:58
std::stack< GroupType > group_type_stack_
Definition: XTandemXMLFile.h:162
Used to load XTandemXML files.
Definition: XTandemXMLFile.h:56
ModificationDefinitionsSet mod_def_set_
Definition: XTandemXMLFile.h:146
Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:48
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
String previous_seq_
Definition: XTandemXMLFile.h:140
Representation of a set of modification definitions.
Definition: ModificationDefinitionsSet.h:58
bool skip_protein_acc_update_
Definition: XTandemXMLFile.h:110