Advertisement
Guest User

Untitled

a guest
Aug 30th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Elements items1 = document.select("selector1");
  2. Elements items2 = document.select("selector2");
  3. ...
  4.  
  5. for (Element item1 : items1) {
  6.  
  7. hashMap.put("item1", item1.text());
  8. }
  9. ...
  10.  
  11. arrayList.add(hashMap);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement