Searched refs:configItemSetEntry (Results 1 – 1 of 1) sorted by relevance
288 Element configItemSetEntry = (Element) settings.createElement(TAG_CONFIG_ITEM_SET); in processSettings() local289 configItemSetEntry.setAttribute(ATTRIBUTE_CONFIG_NAME, "view-settings"); in processSettings()297 configItemSetEntry.appendChild(configItemMapIndexed); in processSettings()298 root.appendChild(configItemSetEntry); in processSettings()