Daisy Open Source CMS

org.outerj.daisy.tools.importexport.export
Class ExportSetFactory

java.lang.Object
  extended by org.outerj.daisy.tools.importexport.docset.DocumentSetFactory
      extended by org.outerj.daisy.tools.importexport.export.ExportSetFactory

public class ExportSetFactory
extends DocumentSetFactory


Method Summary
static ExportSet parseFromXml(InputStream is, Repository repository)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseFromXml

public static ExportSet parseFromXml(InputStream is,
                                     Repository repository)
                              throws Exception
Throws:
Exception

Daisy Open Source CMS