org.jopendocument.dom.template
Class RhinoTemplate

java.lang.Object
  extended by org.jopendocument.dom.template.EngineTemplate
      extended by org.jopendocument.dom.template.RhinoTemplate

public class RhinoTemplate
extends EngineTemplate


Constructor Summary
RhinoTemplate(java.io.File f)
           
RhinoTemplate(java.io.InputStream s)
           
RhinoTemplate(java.lang.String fileName)
           
 
Method Summary
 
Methods inherited from class org.jopendocument.dom.template.EngineTemplate
createDocument, hideListItem, hideParagraph, hideSection, hideTable, hideTableRow, saveAs, setField, showListItem, showParagraph, showSection, showTable, showTableRow
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RhinoTemplate

public RhinoTemplate(java.lang.String fileName)
              throws java.io.IOException,
                     TemplateException,
                     org.jdom.JDOMException
Throws:
java.io.IOException
TemplateException
org.jdom.JDOMException

RhinoTemplate

public RhinoTemplate(java.io.File f)
              throws java.io.IOException,
                     TemplateException,
                     org.jdom.JDOMException
Throws:
java.io.IOException
TemplateException
org.jdom.JDOMException

RhinoTemplate

public RhinoTemplate(java.io.InputStream s)
              throws java.io.IOException,
                     TemplateException,
                     org.jdom.JDOMException
Throws:
java.io.IOException
TemplateException
org.jdom.JDOMException