Class XmlDumper

java.lang.Object
edu.pdx.cs410J.grader.gradebook.XmlHelper
edu.pdx.cs410J.grader.gradebook.XmlDumper
All Implemented Interfaces:
EntityResolver, ErrorHandler

public class XmlDumper extends XmlHelper
This class dumps the contents of a GradeBook to an XML file. By default, the students in the grade book are dumped to XML files in the same directory as the grade book's XML file.
Since:
Fall 2000
Author:
David Whitlock