backend.domainObjects
Class ResultParserDriver

java.lang.Object
  extended by backend.domainObjects.ResultParserDriver

public class ResultParserDriver
extends java.lang.Object

This class tests the Result class and all the child-objects of it. It tries to parse the XML at the following URL: http://jev25.resnet.calvin.edu/switch/cs262/index.php?other=yes It outputs the results, as well. You can see how the data that gets parsed with Result gets accessed in the code for this class.

Author:
ptm2

Constructor Summary
ResultParserDriver()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultParserDriver

public ResultParserDriver()
Method Detail

main

public static void main(java.lang.String[] args)