org.oXML.engine.template
Class NullTemplate

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

public class NullTemplate
extends java.lang.Object
implements Template

Template that does nothing


Constructor Summary
NullTemplate()
           
 
Method Summary
 void process(RuntimeContext env)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullTemplate

public NullTemplate()
Method Detail

process

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

toString

public java.lang.String toString()