/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/provider/XmlDepartureProvider.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/provider/XmlDepartureProvider.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 314 by torben, Thu Sep 10 19:09:09 2009 UTC revision 315 by torben, Fri Sep 11 08:34:57 2009 UTC
# Line 43  public class XmlDepartureProvider extend Line 43  public class XmlDepartureProvider extend
43    
44                          xr.setContentHandler(this);                          xr.setContentHandler(this);
45                          xr.setErrorHandler(this);                          xr.setErrorHandler(this);
                         xr.setDTDHandler(this);  
46                          xr.parse(source);                          xr.parse(source);
47                  } catch (Exception e) {                  } catch (Exception e) {
48                          Log.e("XmlDepartureProvider", "looupFunction", e);                          Log.e("XmlDepartureProvider", "looupFunction", e);

Legend:
Removed from v.314  
changed lines
  Added in v.315

  ViewVC Help
Powered by ViewVC 1.1.20