Guest User

Untitled

a guest
Jul 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <item>
  2. <description> Some text </description>
  3. <media:description> Some other text </media:description>
  4. </item>
  5.  
  6. item.getChild("description").setEndTextElementListener(new EndTextElementListener() {
  7. public void end(String body) {
  8. // Some code
  9. }
  10. });
Add Comment
Please, Sign In to add comment