org.gswing.components.output.exporter
Class ElectionsToXml

java.lang.Object
  extended by org.gswing.utils.xml.XmlReader
      extended by org.gswing.utils.xml.XmlWriter
          extended by org.gswing.components.output.exporter.ElectionsToXml
All Implemented Interfaces:
IExporter

public class ElectionsToXml
extends XmlWriter
implements IExporter

Export election details to XML.


Constructor Summary
ElectionsToXml(IFramework framework, boolean upload)
          Constructor.
 
Method Summary
 void doExport()
          Start export.
 
Methods inherited from class org.gswing.utils.xml.XmlWriter
getNewDocument, writeToFile
 
Methods inherited from class org.gswing.utils.xml.XmlReader
getDocument, getFile, readFromFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElectionsToXml

public ElectionsToXml(IFramework framework,
                      boolean upload)
Constructor.

Parameters:
framework - The gswing framework.
upload - Should the new XML file be uploaded to the server hosting gswing.
Method Detail

doExport

public void doExport()
Description copied from interface: IExporter
Start export.

Specified by:
doExport in interface IExporter


Copyright © 2008. All Rights Reserved.