be.saltwater.jaqel.level
Class XMLLevelLoader

java.lang.Object
  extended bybe.saltwater.jaqel.level.XMLLevelLoader

public class XMLLevelLoader
extends java.lang.Object

Loads a Level from an XML file.

Author:
Robin Wittevrongel
See Also:
Level

Constructor Summary
XMLLevelLoader()
           
 
Method Summary
 Level load(java.lang.String filePath, Identity identity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLLevelLoader

public XMLLevelLoader()
               throws javax.xml.parsers.ParserConfigurationException
Method Detail

load

public Level load(java.lang.String filePath,
                  Identity identity)
           throws java.io.IOException,
                  IllegalFormatException
Throws:
java.io.IOException
IllegalFormatException