}
} catch (NumberFormatException e) {
//
}
String description = currentNode.getAttributeValue("description");
AbuseFilter filter = new AbuseFilter(id, description);
filter.setDeleted(currentNode.getAttribute("deleted") != null);
filter.setEnabled(currentNode.getAttribute("enabled") != null);
list.add(filter);
}
// Retrieve continue
return shouldContinue(