org.fopps.xml
Class XMLExport

java.lang.Object
  |
  +--org.fopps.xml.XMLExport

public class XMLExport
extends java.lang.Object

Class XMLExport saves the projects to an XML file


Constructor Summary
XMLExport()
           
 
Method Summary
 void save(ProjectContainer pRoot, java.lang.String pFilename)
          Save all projects into an XML file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLExport

public XMLExport()
Method Detail

save

public void save(ProjectContainer pRoot,
                 java.lang.String pFilename)
          throws java.io.IOException
Save all projects into an XML file

Parameters:
pRoot - Container including the projects
pFilename - File where the projects are saved in
java.io.IOException


Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.