throws SAXException {
if (_fetchAttrList == null) {
_fetchAttrList = new ArrayList<FetchAttributeImpl>();
}
FetchAttributeImpl fetchAttribute = new FetchAttributeImpl(attrs.getValue("name"),
Integer.parseInt(attrs.getValue("recursion-depth")));
_fetchAttrList.add(fetchAttribute);
return true;