35 #ifndef OPENMS_FORMAT_VALIDATORS_MZMLVALIDATOR_H 36 #define OPENMS_FORMAT_VALIDATORS_MZMLVALIDATOR_H 42 class ControlledVocabulary;
67 void startElement(
const XMLCh *
const ,
const XMLCh *
const ,
const XMLCh *
const qname,
const xercesc::Attributes & attributes);
70 virtual String getPath_(
UInt remove_from_end = 0)
const;
73 virtual void handleTerm_(
const String & path,
const CVTerm & parsed_term);
A more convenient string class.
Definition: String.h:57
Semantically validates MzXML files.
Definition: MzMLValidator.h:49
unsigned int UInt
Unsigned integer type.
Definition: Types.h:95
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Representation of a controlled vocabulary.
Definition: ControlledVocabulary.h:55
String binary_data_type_
Binary data array type.
Definition: MzMLValidator.h:84
String binary_data_array_
Binary data array name.
Definition: MzMLValidator.h:82
Representation of controlled vocabulary term.
Definition: CVTerm.h:51
Map< String, std::vector< CVTerm > > param_groups_
CV terms which can have a value (term => value type)
Definition: MzMLValidator.h:76
String current_id_
Current referenceableParamGroup identifier.
Definition: MzMLValidator.h:79
Semantically validates XML files using CVMappings and a ControlledVocabulary.
Definition: SemanticValidator.h:56
Representation of controlled vocabulary mapping rules (for PSI formats)
Definition: CVMappings.h:57
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:51