Searched refs:systemClass (Results 1 – 2 of 2) sorted by relevance
41 CXmlDomainImportContext(std::string& strError, bool bWithSettings, CSystemClass& systemClass): in CXmlDomainImportContext() argument42 base(strError, bWithSettings), _systemClass(systemClass), _bAutoValidationRequired(true) {} in CXmlDomainImportContext()
263 CSystemClass& systemClass = serializingContext.getSystemClass(); in parseConfigurableElements() local283 if (!pathNavigator.navigateThrough(systemClass.getName(), strError)) { in parseConfigurableElements()291 static_cast<CConfigurableElement*>(systemClass.findDescendant(pathNavigator)); in parseConfigurableElements()