 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
60 std::vector<PeptideIdentification>& identifications,
62 std::map<
String, std::vector<AASequence> >& peptides,
69 void endElement(
const XMLCh*
const ,
const XMLCh*
const ,
const XMLCh*
const qname)
override;
72 void startElement(
const XMLCh*
const ,
const XMLCh*
const ,
const XMLCh*
const qname,
const xercesc::Attributes& attributes)
override;
75 void characters(
const XMLCh*
const chars,
const XMLSize_t )
override;
78 static std::vector<String> splitModificationBySpecifiedAA(
String mod);
ProteinIdentification & protein_identification_
the protein identifications
Definition: MascotXMLHandler.h:82
String character_buffer_
filled by MascotXMLHandler::characters
Definition: MascotXMLHandler.h:98
Base class for XML handlers.
Definition: XMLHandler.h:323
std::vector< String > remove_fixed_mods_
Definition: MascotXMLHandler.h:104
A more convenient string class.
Definition: String.h:58
ProteinIdentification::SearchParameters search_parameters_
Definition: MascotXMLHandler.h:92
Representation of a protein hit.
Definition: ProteinHit.h:58
String actual_title_
Definition: MascotXMLHandler.h:94
StringList tags_open_
tracking the current XML tree
Definition: MascotXMLHandler.h:97
Representation of a protein identification run.
Definition: ProteinIdentification.h:70
Handler that is used for parsing MascotXML data.
Definition: MascotXMLHandler.h:54
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
const SpectrumMetaDataLookup & lookup_
Helper object for looking up RT information.
Definition: MascotXMLHandler.h:107
String minor_version_
Definition: MascotXMLHandler.h:100
String identifier_
Definition: MascotXMLHandler.h:93
PeptideHit actual_peptide_hit_
Definition: MascotXMLHandler.h:85
Representation of a peptide evidence.
Definition: PeptideEvidence.h:50
std::vector< PeptideIdentification > & id_data_
the identifications (storing the peptide hits)
Definition: MascotXMLHandler.h:83
bool no_rt_error_
Error for missing RT information already reported?
Definition: MascotXMLHandler.h:110
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
PeptideEvidence actual_peptide_evidence_
Definition: MascotXMLHandler.h:86
UInt actual_query_
Definition: MascotXMLHandler.h:91
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
DateTime date_
Definition: MascotXMLHandler.h:89
std::map< String, std::vector< AASequence > > & modified_peptides_
Definition: MascotXMLHandler.h:95
UInt peptide_identification_index_
Definition: MascotXMLHandler.h:87
String date_time_string_
Definition: MascotXMLHandler.h:90
String tag_
Definition: MascotXMLHandler.h:88
Search parameters of the DB search.
Definition: ProteinIdentification.h:258
String major_version_
Definition: MascotXMLHandler.h:99
ProteinHit actual_protein_hit_
Definition: MascotXMLHandler.h:84
DateTime Class.
Definition: DateTime.h:58
Representation of a peptide hit.
Definition: PeptideHit.h:55