com.jclark.xsl.tr
Class BindLocalParamActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.BindLocalParamAction
      extended by com.jclark.xsl.tr.BindLocalParamActionDebug
All Implemented Interfaces:
Action

 class BindLocalParamActionDebug
extends BindLocalParamAction

binds a local parameter to a name


Constructor Summary
BindLocalParamActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook, Name name, VariantExpr expr)
           
 
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

BindLocalParamActionDebug

BindLocalParamActionDebug(ActionDebugTarget target,
                          Node sheetNode,
                          java.lang.String templateIDHook,
                          Name name,
                          VariantExpr expr)
Method Detail

invoke

public void invoke(ProcessContext context,
                   Node sourceNode,
                   Result result)
            throws XSLException
Specified by:
invoke in interface Action
Overrides:
invoke in class BindLocalParamAction
Throws:
XSLException