com.jclark.xsl.tr
Class EmptyAction

java.lang.Object
  extended by com.jclark.xsl.tr.EmptyAction
All Implemented Interfaces:
Action
Direct Known Subclasses:
EmptyActionDebug

 class EmptyAction
extends java.lang.Object
implements Action

a no-op


Constructor Summary
EmptyAction()
           
 
Method Summary
 void invoke(ProcessContext context, Node sourceNode, Result result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyAction

EmptyAction()
Method Detail

invoke

public void invoke(ProcessContext context,
                   Node sourceNode,
                   Result result)
Specified by:
invoke in interface Action