Daisy Open Source CMS

org.outerj.daisy.tools.importexport.model.document
Class ImpExpDocumentXmlizer

java.lang.Object
  extended by org.outerj.daisy.tools.importexport.model.document.ImpExpDocumentXmlizer

public class ImpExpDocumentXmlizer
extends Object


Nested Class Summary
static interface ImpExpDocumentXmlizer.PartWriter
           
 
Method Summary
 void run()
           
static void toXml(ImpExpDocument impExpDocument, OutputStream outputStream, ImpExpDocumentXmlizer.PartWriter partWriter, Repository repository)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toXml

public static void toXml(ImpExpDocument impExpDocument,
                         OutputStream outputStream,
                         ImpExpDocumentXmlizer.PartWriter partWriter,
                         Repository repository)
                  throws Exception
Throws:
Exception

run

public void run()
         throws Exception
Throws:
Exception

Daisy Open Source CMS