Element[] elConstants = getChildren(constant, "constant");
Struct sct = null;
if (hasCS) {
sct = configServer.getConstants();
if (sct != null)
sct = (Struct) sct.duplicate(false);
}
if (sct == null)
sct = new StructImpl();
String name;
for (int i = 0; i < elConstants.length; i++) {