xml
Class LocationExporter

java.lang.Object
  extended by xml.LocationExporter

public class LocationExporter
extends java.lang.Object

This class can be used to export the information for a game location that has been specified in the edtor to the according XML file

Author:
Frank Bruns

Constructor Summary
LocationExporter(java.lang.String fileName)
           
 
Method Summary
 void exportToXML(BasicGameLocation bgl, java.util.Vector<Exit> exits, java.util.Vector<Hotspot> hs)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationExporter

public LocationExporter(java.lang.String fileName)
Method Detail

exportToXML

public void exportToXML(BasicGameLocation bgl,
                        java.util.Vector<Exit> exits,
                        java.util.Vector<Hotspot> hs)