I have made little test (with Jsoup 1.6.1):
String s = \"\" +Jsoup.parse(\"\").select(\"td\").size(); System.out.println(\"Selected elements
String url = "http://foobar.com"; Document doc = Jsoup.connect(url).get(); Elements td = doc.select("td");