top.setVariable(TemplateNames.MapKeyType,mapChild.childKeyFieldType);
top.setVariable(TemplateNames.MapKeyFieldName,mapChild.childKeyFieldName);
top.setVariable(TemplateNames.MapKeyFieldNameCamel,Camel(mapChild.childKeyFieldName));
try {
template.render(top,out);
}
catch (TemplateException exc){
throw new TemplateException("In template '"+xtm.source+"'.",exc);
}
}