org.outerj.daisy.tools.importexport.docset
Class DocumentSetFactory
java.lang.Object
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.
DocumentSetFactory
public DocumentSetFactory()
parseFromXml
public static DocumentSet parseFromXml(InputStream is,
Repository repository)
throws Exception,
IOException,
SAXException
- Throws:
Exception
IOException
SAXException