SPFilterNode will just return all of the z:row elements from the returned XML. Do you want to just check how many items have been returned? If so, you can do:
M.
var numItems = $(xData.responseXML).SPFilterNode("rs:data").attr("ItemCount");