| 26 | { |
| 27 | |
| 28 | IdXMLFile::IdXMLFile() : |
| 29 | XMLHandler("", "1.5"), |
| 30 | XMLFile("/SCHEMAS/IdXML_1_5.xsd", "1.5"), |
| 31 | last_meta_(nullptr), |
| 32 | document_id_(), |
| 33 | prot_id_in_run_(false) |
| 34 | { |
| 35 | } |
| 36 | |
| 37 | void IdXMLFile::load(const String& filename, std::vector<ProteinIdentification>& protein_ids, std::vector<PeptideIdentification>& peptide_ids) |
| 38 | { |
no outgoing calls