Searched refs:_strSchemaFolderLocation (Results 1 – 2 of 2) sorted by relevance
381 _strSchemaFolderLocation = _strXmlConfigurationFolderPath + "/" + gacSystemSchemasSubFolder; in CParameterMgr()722 eElementLibrary), strXmlFolder, _strSchemaFolderLocation); in xmlParse()725 string strXmlSchemaFilePath = _strSchemaFolderLocation + "/" + pRootElement->getKind() + ".xsd"; in xmlParse()866 return _strSchemaFolderLocation; in getSchemaFolderLocation()871 _strSchemaFolderLocation = strSchemaFolderLocation; in setSchemaFolderLocation()2297 string xmlSchemaFilePath = _strSchemaFolderLocation + "/" + in serializeElement()
692 std::string _strSchemaFolderLocation; // Place where schemas stand variable