89 void writeTo(std::ostream& os)
override;
102 size_only_ = size_only;
107 return expected_size_;
113 void resetMembers_();
116 void endElement(
const XMLCh*
const ,
const XMLCh*
const ,
const XMLCh*
const qname)
override;
119 void startElement(
const XMLCh*
const ,
const XMLCh*
const ,
const XMLCh*
const qname,
const xercesc::Attributes& attributes)
override;
122 void characters(
const XMLCh*
const chars,
const XMLSize_t length)
override;
125 void writeFeature_(
const String& filename, std::ostream& os,
const Feature& feat,
const String& identifier_prefix,
UInt64 identifier,
UInt indentation_level);
135 void updateCurrentFeature_(
bool create);
Representation of a protein identification run.
Definition: ProteinIdentification.h:74
PeptideHit pep_hit_
Temporary peptide hit.
Definition: FeatureXMLHandler.h:181
A more convenient string class.
Definition: String.h:58
PeptideIdentification pep_id_
Temporary peptide ProteinIdentification.
Definition: FeatureXMLHandler.h:177
A container for features.
Definition: FeatureMap.h:98
std::vector< PointType > PointArrayType
Definition: ConvexHull2D.h:76
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
ProteinHit prot_hit_
Temporary protein hit.
Definition: FeatureXMLHandler.h:179
ProteinIdentification prot_id_
Temporary protein ProteinIdentification.
Definition: FeatureXMLHandler.h:175
Feature * current_feature_
points to the last open <feature> tag (possibly a subordinate feature)
Definition: FeatureXMLHandler.h:143
Base class for XML handlers.
Definition: XMLHandler.h:324
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Search parameters of the DB search.
Definition: ProteinIdentification.h:271
std::map< String, String > proteinid_to_accession_
Map from protein id to accession.
Definition: FeatureXMLHandler.h:183
void setSizeOnly(const bool size_only)
Definition: FeatureXMLHandler.h:100
UInt dim_
current dimension of the feature position, quality, or convex hull point
Definition: FeatureXMLHandler.h:163
Size expected_size_
holds the putative size given in count
Definition: FeatureXMLHandler.h:153
ProteinIdentification::SearchParameters search_param_
Temporary search parameters file.
Definition: FeatureXMLHandler.h:191
Size getSize() const
Definition: FeatureXMLHandler.h:105
This class provides Input/Output functionality for feature maps.
Definition: FeatureXMLHandler.h:71
Representation of a peptide hit.
Definition: PeptideHit.h:55
FeatureMap * map_
Feature map pointer for writing.
Definition: FeatureXMLHandler.h:145
ConvexHull2D::PointArrayType current_chull_
Definition: FeatureXMLHandler.h:158
Options for loading files containing features.
Definition: FeatureFileOptions.h:46
Int disable_parsing_
Definition: FeatureXMLHandler.h:140
bool in_description_
for downward compatibility, all tags in the old description must be ignored
Definition: FeatureXMLHandler.h:166
MetaInfoInterface * last_meta_
Pointer to last read object as a MetaInfoInterface, or null.
Definition: FeatureXMLHandler.h:172
FeatureFileOptions options_
Options that can be set.
Definition: FeatureXMLHandler.h:149
An LC-MS feature.
Definition: Feature.h:70
OPENMS_UINT64_TYPE UInt64
Unsigned integer type (64bit)
Definition: Types.h:77
Management and storage of parameters / INI files.
Definition: Param.h:69
Representation of a protein hit.
Definition: ProteinHit.h:58
bool size_only_
only parse until "count" tag is reached (used in loadSize())
Definition: FeatureXMLHandler.h:151
Int subordinate_feature_level_
level in Feature stack during parsing
Definition: FeatureXMLHandler.h:169
std::map< String, String > identifier_id_
Map from identification run identifier to file xs:id (for linking peptide identifications to the corr...
Definition: FeatureXMLHandler.h:187
Param param_
Definition: FeatureXMLHandler.h:157
const FeatureMap * cmap_
Feature map pointer for reading.
Definition: FeatureXMLHandler.h:147
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::map< String, Size > accession_to_id_
Map from search identifier concatenated with protein accession to id.
Definition: FeatureXMLHandler.h:185
std::map< String, String > id_identifier_
Map from file xs:id to identification run identifier (for linking peptide identifications to the corr...
Definition: FeatureXMLHandler.h:189
int Int
Signed integer type.
Definition: Types.h:102
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:63
DPosition< 2 > hull_position_
Definition: FeatureXMLHandler.h:159