fdda.plugins.xmlreader
Class ProjectFiller

java.lang.Object
  |
  +--fdda.plugins.xmlreader.ProjectFiller

class ProjectFiller
extends Object

Reads data from an XML document and fills a project with that data.

Author:
Jörg Rüdenauer

Constructor Summary
ProjectFiller(ErrorHandler handler)
          Constructor for ProjectFiller.
 
Method Summary
 String fillProject(Document doc, Project project)
          Fills a project with the data from the DOM
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectFiller

public ProjectFiller(ErrorHandler handler)
Constructor for ProjectFiller.

Parameters:
handler - the handler
Method Detail

fillProject

public String fillProject(Document doc,
                          Project project)
Fills a project with the data from the DOM

Parameters:
doc - the Document
project - the project
Returns:
the new name of the project


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.