com.jclark.xsl.tr
Class UnbindLocalVariablesAction

java.lang.Object
  extended bycom.jclark.xsl.tr.UnbindLocalVariablesAction
All Implemented Interfaces:
Action

class UnbindLocalVariablesAction
extends java.lang.Object
implements Action


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

UnbindLocalVariablesAction

UnbindLocalVariablesAction(int n)
Method Detail

invoke

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