FreeInstall
Class ElectionDefinition

FreeInstall.ElectionDefinition

public class ElectionDefinition

ElectionDefinition provides the methods for reading and using Election Definition language XML files which define what kind of vote/count system to use, who the candidates are etc.. Based on code from tutorial at http://www.ecerami.com and from O'Reilly "Java & XML"

Since:
1.9
Version:
0.2 1 December 2001
Author:
Jason Kitcat

Constructor Summary
ElectionDefinition(java.lang.String xmlFile)
           
 
Method Summary
 void error(org.xml.sax.SAXParseException e)
           
 void fatalError(org.xml.sax.SAXParseException e)
           
 void warning(org.xml.sax.SAXParseException e)
           
 

Constructor Detail

ElectionDefinition

public ElectionDefinition(java.lang.String xmlFile)
Method Detail

warning

public void warning(org.xml.sax.SAXParseException e)
             throws org.xml.sax.SAXException

error

public void error(org.xml.sax.SAXParseException e)
           throws org.xml.sax.SAXException

fatalError

public void fatalError(org.xml.sax.SAXParseException e)
                throws org.xml.sax.SAXException