Searched refs:matrixXmlFile (Results 1 – 1 of 1) sorted by relevance
115 const MatrixXmlFile& matrixXmlFile = it->second; in getXmlSchemaPath() local116 if (matrixXmlFile.versionRange().contains(version)) { in getXmlSchemaPath()117 if (!matrixXmlFile.overriddenPath().empty()) { in getXmlSchemaPath()118 return matrixXmlFile.overriddenPath(); in getXmlSchemaPath()121 xmlFileName + "_V" + std::to_string(matrixXmlFile.versionRange().majorVer) + in getXmlSchemaPath()122 "_" + std::to_string(matrixXmlFile.versionRange().maxMinor) + "." + in getXmlSchemaPath()123 to_string(matrixXmlFile.format()); in getXmlSchemaPath()