73 void endElement(
const XMLCh *
const ,
const XMLCh *
const ,
const XMLCh *
const qname)
override;
76 void startElement(
const XMLCh *
const ,
const XMLCh *
const ,
const XMLCh *
const qname,
const xercesc::Attributes & attributes)
override;
79 void characters(
const XMLCh *
const chars,
const XMLSize_t length)
override;
82 void writeTo(std::ostream & os)
override;
99 void handleCVParam_(
const String & parent_parent_tag,
const String & parent_tag,
const String & accession,
const String & name,
const String & value,
const xercesc::Attributes & attributes,
const String & cv_ref,
const String & unit_accession =
"");
102 void handleUserParam_(
const String & parent_parent_tag,
const String & parent_tag,
const String & name,
const String & type,
const String & value);
107 void writeCVParams_(
String & s,
const std::map<
String, std::vector<CVTerm> > &,
UInt indent);
118 void writeFeature_(
String & feature_xml,
const std::vector<FeatureMap >& fm,
UInt indentation_level);
142 std::map<String, ConsensusFeature::Ratio>
r_rtemp_;
144 std::map<String, ConsensusFeature::Ratio>
r_r_obj_;
String current_id_
Definition: MzQuantMLHandler.h:130
Representation of a CV term.
Definition: ControlledVocabulary.h:60
A more convenient string class.
Definition: String.h:58
std::set< DataProcessing::ProcessingAction > current_pas_
Definition: MzQuantMLHandler.h:150
const ProgressLogger & logger_
Progress logger.
Definition: MzQuantMLHandler.h:87
std::map< String, ConsensusFeature > cf_cf_obj_
Definition: MzQuantMLHandler.h:140
std::vector< CVTerm > cvp_stack_
Definition: MzQuantMLHandler.h:135
Definition: MSQuantifications.h:128
std::map< String, Software > current_sws_
Definition: MzQuantMLHandler.h:147
const MSQuantifications * cmsq_
Definition: MzQuantMLHandler.h:96
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
std::map< int, DataProcessing > current_orderedps_
Definition: MzQuantMLHandler.h:148
Base class for XML handlers.
Definition: XMLHandler.h:324
XML handler for MzQuantMLFile.
Definition: MzQuantMLHandler.h:55
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
std::map< String, String > numden_r_ids_
Definition: MzQuantMLHandler.h:143
std::vector< double > current_dm_values_
Definition: MzQuantMLHandler.h:153
Representation of a controlled vocabulary.
Definition: ControlledVocabulary.h:54
std::pair< int, DataProcessing > current_dp_
Definition: MzQuantMLHandler.h:149
std::vector< String > current_col_types_
Definition: MzQuantMLHandler.h:152
String current_cf_id_
Definition: MzQuantMLHandler.h:131
Definition: MSQuantifications.h:52
Size current_count_
Definition: MzQuantMLHandler.h:132
std::vector< double > current_row_
Definition: MzQuantMLHandler.h:154
std::map< String, FeatureHandle > f_f_obj_
Definition: MzQuantMLHandler.h:141
MSQuantifications::Assay current_assay_
Definition: MzQuantMLHandler.h:136
std::map< String, String > f_cf_ids_
Definition: MzQuantMLHandler.h:139
std::vector< MetaInfo > up_stack_
Definition: MzQuantMLHandler.h:134
std::map< String, ConsensusFeature::Ratio > r_rtemp_
Definition: MzQuantMLHandler.h:142
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:52
std::multimap< String, String > cm_cf_ids_
Definition: MzQuantMLHandler.h:138
ControlledVocabulary cv_
Controlled vocabulary (hopefully the psi-pi from OpenMS/share/OpenMS/CV/psi-pi.obo) ...
Definition: MzQuantMLHandler.h:90
std::map< String, ConsensusFeature::Ratio > r_r_obj_
Definition: MzQuantMLHandler.h:144
String tag_
Definition: MzQuantMLHandler.h:92
MSQuantifications * msq_
Definition: MzQuantMLHandler.h:94
std::map< String, std::vector< ExperimentalSettings > > current_files_
1.rawfilesgroup_ref 2.inputfiles for each assay as ExperimentalSettings
Definition: MzQuantMLHandler.h:129