if (fragments == null || !fragments.getName().equals("records")) {
throw new BadXmlResponseEx("<records> not found in response: \n"+Xml.getString(fragments));
}
//--- Loading categories and groups
localCateg = new CategoryMapper (context);
localGroups = new GroupMapper (context);
@SuppressWarnings("unchecked")
List<Element> recs = fragments.getChildren();