Daisy Open Source CMS

org.outerj.daisy.tools.importexport.model.schema
Class ImpExpSchemaXmlizer

java.lang.Object
  extended by org.outerj.daisy.tools.importexport.model.schema.ImpExpSchemaXmlizer

public class ImpExpSchemaXmlizer
extends Object

Converts an ImpExpSchema to an XML document, which can be parsed again using ImpExpSchemaDexmlizer.


Method Summary
static void toXml(ImpExpSchema schema, OutputStream outputStream, 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(ImpExpSchema schema,
                         OutputStream outputStream,
                         Repository repository)
                  throws Exception
Throws:
Exception

Daisy Open Source CMS