MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / isValid

Method isValid

src/openms/source/FORMAT/XMLFile.cpp:238–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 bool XMLFile::isValid(const String & filename, std::ostream & os)
239 {
240 if (schema_location_.empty())
241 {
242 throw Exception::NotImplemented(__FILE__, __LINE__, OPENMS_PRETTY_FUNCTION);
243 }
244 String current_location = File::find(schema_location_);
245 return XMLValidator().isValid(filename, current_location, os);
246 }
247
248 const String & XMLFile::getVersion() const
249 {

Callers 15

exists_Method · 0.45
update_Method · 0.45
currentCellChanged_Method · 0.45
setEditorDataMethod · 0.45
mousePressEventMethod · 0.45
highlightPeak_Method · 0.45
paintEventMethod · 0.45
drawCoordinates_Method · 0.45
drawDeltas_Method · 0.45
mousePressEventMethod · 0.45
mouseMoveEventMethod · 0.45
mouseReleaseEventMethod · 0.45

Calls 1

emptyMethod · 0.45