org.boehn.kmlframework.todo
Class ModelObjectFactory

java.lang.Object
  extended by org.boehn.kmlframework.todo.ModelObjectFactory

public class ModelObjectFactory
extends java.lang.Object


Constructor Summary
ModelObjectFactory(java.lang.String fileName)
           
 
Method Summary
 MapObject createMapObject(java.lang.String className)
           
 MapObjectClass getMapObjectClass(java.lang.String className)
           
 void loadFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelObjectFactory

public ModelObjectFactory(java.lang.String fileName)
                   throws java.io.IOException,
                          javax.xml.parsers.ParserConfigurationException,
                          org.xml.sax.SAXException
Throws:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
Method Detail

createMapObject

public MapObject createMapObject(java.lang.String className)

getMapObjectClass

public MapObjectClass getMapObjectClass(java.lang.String className)

loadFile

public void loadFile()
              throws java.io.IOException,
                     javax.xml.parsers.ParserConfigurationException,
                     org.xml.sax.SAXException
Throws:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException