|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oXML.engine.template.EvalTemplate
org.oXML.engine.template.VariableTemplate
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.
| Field Summary |
| Fields inherited from class org.oXML.engine.template.EvalTemplate |
body, select |
| Constructor Summary | |
VariableTemplate(Name name,
Expression select)
|
|
VariableTemplate(Name name,
Template body)
|
|
| 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 |
public VariableTemplate(Name name,
Expression select)
public VariableTemplate(Name name,
Template body)
| Method Detail |
public void process(RuntimeContext env)
throws ObjectBoxException
process in interface Templateprocess in class EvalTemplateObjectBoxException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||