Searched refs:strValueSpace (Results 1 – 2 of 2) sorted by relevance
66 string strValueSpace; in handleValueSpaceAttribute() local68 if (xmlConfigurableElementSettingsElement.getAttribute("ValueSpace", strValueSpace)) { in handleValueSpaceAttribute()70 configurationAccessContext.setValueSpaceRaw(strValueSpace == "Raw"); in handleValueSpaceAttribute()
78 string strValueSpace; in handleValueSpaceAttribute() local79 xmlConfigurableElementSettingsElement.getAttribute("ValueSpace", strValueSpace); in handleValueSpaceAttribute()80 configurationAccessContext.setValueSpaceRaw(strValueSpace == "Raw"); in handleValueSpaceAttribute()