com.jclark.xsl.tr
Class BindLocalParamAction

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

class BindLocalParamAction
extends java.lang.Object
implements Action


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

BindLocalParamAction

BindLocalParamAction(Name name,
                     VariantExpr expr)
Method Detail

invoke

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