processPerson processes a person Node of the xml document by reading
in all the values of the person and inserting the values into a
HashMap and then return the HashMp.
processUndergraduate process a undergraduate Node of the XML document by
reading all the information for the student and the return a HashMap
of all the values read.