org.oXML.engine.template
Class DoTemplate

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

public class DoTemplate
extends java.lang.Object
implements Template


Constructor Summary
DoTemplate(Expression select)
           
DoTemplate(Template body)
           
 
Method Summary
 void process(RuntimeContext env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoTemplate

public DoTemplate(Expression select)

DoTemplate

public DoTemplate(Template body)
Method Detail

process

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