Daisy Open Source CMS

org.outerj.daisy.tools.importexport.docset
Class DocumentSetFactory

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

public class DocumentSetFactory
extends Object

Builds a DocumentSet from an XML description of the document set. The XML description can contain both manually enumerated documents as well as queries. See the Daisy documentation for the exact XML syntax.


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

Constructor Detail

DocumentSetFactory

public DocumentSetFactory()
Method Detail

parseFromXml

public static DocumentSet parseFromXml(InputStream is,
                                       Repository repository)
                                throws Exception,
                                       IOException,
                                       SAXException
Throws:
Exception
IOException
SAXException

Daisy Open Source CMS