for ( IConfig c : getConfig().getConfigBundle("children")) {
if (ref.equals(c.getExtracted("name"))) {
return new AdbList(parent,c, attributes, parentObject);
}
}
throw new CaoNotFoundException("child definition not found");
}
return new AdbList(parent,config,attributes, parentObject);
}