org.oXML.engine.template
Class WhileTemplate

java.lang.Object
  extended byorg.oXML.engine.template.IfTemplate
      extended byorg.oXML.engine.template.WhileTemplate
All Implemented Interfaces:
Template

public class WhileTemplate
extends IfTemplate


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

Constructor Detail

WhileTemplate

public WhileTemplate(Expression cond,
                     Template body)
Method Detail

process

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