org.oXML.engine.template
Class TextTemplate

java.lang.Object
  extended byorg.oXML.engine.template.EvalTemplate
      extended byorg.oXML.engine.template.TextTemplate
All Implemented Interfaces:
Template

public class TextTemplate
extends EvalTemplate


Field Summary
 
Fields inherited from class org.oXML.engine.template.EvalTemplate
body, select
 
Constructor Summary
TextTemplate(Expression text)
           
TextTemplate(Template text)
           
 
Method Summary
 void process(RuntimeContext env)
           
 
Methods inherited from class org.oXML.engine.template.EvalTemplate
evaluate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextTemplate

public TextTemplate(Expression text)

TextTemplate

public TextTemplate(Template text)
Method Detail

process

public void process(RuntimeContext env)
             throws ObjectBoxException
Specified by:
process in interface Template
Overrides:
process in class EvalTemplate
Throws:
ObjectBoxException