91 void endElement(
const XMLCh*
const ,
const XMLCh*
const ,
const XMLCh*
const qname)
override;
94 void startElement(
const XMLCh*
const ,
const XMLCh*
const ,
const XMLCh*
const qname,
const xercesc::Attributes& attributes)
override;
97 void characters(
const XMLCh*
const chars,
const XMLSize_t length)
override;
100 void writeTo(std::ostream& os)
override;
124 const std::vector<ProteinIdentification>*
cpro_id_;
125 const std::vector<PeptideIdentification>*
cpep_id_;
134 void handleCVParam_(
const String& parent_parent_tag,
const String& parent_tag,
const String& accession,
const xercesc::Attributes& attributes,
const String& cv_ref );
152 void writeModParam_(
String& s,
const std::vector<String>& mod_names,
bool fixed,
UInt indent)
const;
155 void writeFragmentAnnotations_(
String& s,
const std::vector<PeptideHit::PeakAnnotation>& annotations,
UInt indent,
bool is_ppxl)
const;
SpectrumIdentification current_spectrum_id_
SpectrumIdentification Item.
Definition: MzIdentMLHandler.h:128
std::vector< PeptideIdentification > * pep_id_
Identification Item for peptides.
Definition: MzIdentMLHandler.h:121
Representation of a CV term.
Definition: ControlledVocabulary.h:60
A more convenient string class.
Definition: String.h:57
std::map< String, String > sil_2_sip_
Definition: MzIdentMLHandler.h:169
Map< String, AASequence > pep_sequences_
Definition: MzIdentMLHandler.h:164
IdentificationHit current_id_hit_
IdentificationHit Item.
Definition: MzIdentMLHandler.h:131
std::map< String, String > ph_2_sdat_
Definition: MzIdentMLHandler.h:168
std::map< String, String > pp_identifier_2_sil_
Definition: MzIdentMLHandler.h:165
Int current_mod_location_
Definition: MzIdentMLHandler.h:171
AASequence actual_peptide_
Definition: MzIdentMLHandler.h:170
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Base class for XML handlers.
Definition: XMLHandler.h:148
const ProgressLogger & logger_
Progress logger.
Definition: MzIdentMLHandler.h:104
Representation of a peptide/protein sequence.
Definition: AASequence.h:107
String tag_
XML tag parse element.
Definition: MzIdentMLHandler.h:114
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
const std::vector< ProteinIdentification > * cpro_id_
Definition: MzIdentMLHandler.h:124
Representation of a controlled vocabulary.
Definition: ControlledVocabulary.h:54
ControlledVocabulary cv_
Controlled vocabulary (psi-ms from OpenMS/share/OpenMS/CV/psi-ms.obo)
Definition: MzIdentMLHandler.h:107
XML STREAM handler for MzIdentMLFile.
Definition: MzIdentMLHandler.h:69
Represents a object which can store the information of an analysisXML instance.
Definition: SpectrumIdentification.h:49
Represents a object which can store the information of an analysisXML instance.
Definition: Identification.h:52
ProteinHit actual_protein_
Definition: MzIdentMLHandler.h:172
Identification * id_
Identification Item.
Definition: MzIdentMLHandler.h:117
ControlledVocabulary unimod_
Controlled vocabulary for modifications (unimod from OpenMS/share/OpenMS/CV/unimod.obo)
Definition: MzIdentMLHandler.h:109
Representation of a protein hit.
Definition: ProteinHit.h:53
std::vector< ProteinIdentification > * pro_id_
internal Identification Item for proteins
Definition: MzIdentMLHandler.h:119
Represents a object which can store the information of an analysisXML instance.
Definition: IdentificationHit.h:48
const std::vector< PeptideIdentification > * cpep_id_
Definition: MzIdentMLHandler.h:125
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
const Identification * cid_
Definition: MzIdentMLHandler.h:123
std::map< String, String > sil_2_sdb_
Definition: MzIdentMLHandler.h:166
std::map< String, String > sil_2_sdat_
Definition: MzIdentMLHandler.h:167
int Int
Signed integer type.
Definition: Types.h:102
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50
Representation of a digestion enzyme for proteins (protease)
Definition: DigestionEnzymeProtein.h:48