Searched refs:matrixXmlFile (Results 1 – 1 of 1) sorted by relevance
131 const MatrixXmlFile& matrixXmlFile = it->second; in getXmlSchemaPath() local132 if (matrixXmlFile.versionRange().contains(version)) { in getXmlSchemaPath()133 if (!matrixXmlFile.overriddenPath().empty()) { in getXmlSchemaPath()134 return matrixXmlFile.overriddenPath(); in getXmlSchemaPath()137 xmlFileName + "_V" + std::to_string(matrixXmlFile.versionRange().majorVer) + in getXmlSchemaPath()138 "_" + std::to_string(matrixXmlFile.versionRange().maxMinor) + "." + in getXmlSchemaPath()139 to_string(matrixXmlFile.format()); in getXmlSchemaPath()