101102103104105106107108109110111
if (!"type".equals(attributeKey)) { newAction.setAttribute(attributeKey, item.getNodeValue()); } } newCmdConfig.addAction(newAction); } result.addCommandConfig(newCmdConfig); } return result;