com.jclark.xsl.tr
Class EmptyAction

java.lang.Object
  |
  +--com.jclark.xsl.tr.EmptyAction
All Implemented Interfaces:
Action

class EmptyAction
extends java.lang.Object
implements Action


Constructor Summary
(package private) 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