org.oXML.extras.java
Class WriteTemplate
java.lang.Object
org.oXML.engine.template.EvalTemplate
org.oXML.extras.java.WriteTemplate
- All Implemented Interfaces:
- Template
- public class WriteTemplate
- extends EvalTemplate
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WriteTemplate
public WriteTemplate(Expression filename,
Template body)
WriteTemplate
public WriteTemplate(Expression filename,
Expression select)
process
public void process(RuntimeContext env)
throws ObjectBoxException
- Specified by:
process in interface Template- Overrides:
process in class EvalTemplate
- Throws:
ObjectBoxException
output
protected void output(ResultDirector dir,
Node node)
throws ObjectBoxException
- Throws:
ObjectBoxException
toString
public java.lang.String toString()
- Overrides:
toString in class EvalTemplate