Search:

Type: Posts; User: Angela

Search: Search took 1.65 seconds.

  1. Replies
    2
    Views
    1,954

    Re: Reading XML, isEndElement is never true

    The only exception that I get is after this function returns, when i try to use the list becuase the list it returns is empty.

    The last System.out.println never prints, because the code never...
  2. Replies
    2
    Views
    1,954

    Reading XML, isEndElement is never true

    the goal here is to read in an xml file and return a list of emailObjects.
    my problem is that the last if statement never fires. this one: ( if (event.isEndElement()).
    it's supposed to add the...
Results 1 to 2 of 2