org.oXML.engine.template
Class AttributeTemplate

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

public class AttributeTemplate
extends EvalTemplate


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

Constructor Detail

AttributeTemplate

public AttributeTemplate(Expression namespace,
                         Expression name,
                         Expression value)

AttributeTemplate

public AttributeTemplate(Expression namespace,
                         Expression name,
                         Template body)
Method Detail

process

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

toString

public java.lang.String toString()
Overrides:
toString in class EvalTemplate