com.wonderlogic.template
Class ContentTransformer

java.lang.Object
  extended bycom.wonderlogic.template.ContentTransformer

public class ContentTransformer
extends Object

Transforms the content.xml entry in an OpenOffice.org Text document.


Nested Class Summary
static class ContentTransformer.CExitException
           
static class ContentTransformer.CRetValue
           
static class ContentTransformer.CShell
           
 
Field Summary
static ContentTransformer.CExitException exitException
           
 
Constructor Summary
ContentTransformer()
           
 
Method Summary
 void processContent(String inXml, OutputStream out, Map model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exitException

public static ContentTransformer.CExitException exitException
Constructor Detail

ContentTransformer

public ContentTransformer()
Method Detail

processContent

public void processContent(String inXml,
                           OutputStream out,
                           Map model)
                    throws IOException
Throws:
IOException