org.oXML.engine.template
Class SetTemplate

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

public class SetTemplate
extends java.lang.Object
implements Template

A Template that substitutes either the string value of the expression in the attribute called "select" if present, or the string value of the child nodes if not.


Constructor Summary
SetTemplate(java.util.List assignments)
           
 
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

SetTemplate

public SetTemplate(java.util.List assignments)
Method Detail

process

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