com.jclark.xsl.tr
Class InvokeActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.ParamAction
      extended by com.jclark.xsl.tr.InvokeAction
          extended by com.jclark.xsl.tr.InvokeActionDebug
All Implemented Interfaces:
Action

 class InvokeActionDebug
extends InvokeAction

call template


Constructor Summary
InvokeActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook, Name name, java.util.Hashtable namedTemplateTable)
           
 
Method Summary
 void invoke(ProcessContext context, Node sourceNode, Result result)
           
 
Methods inherited from class com.jclark.xsl.tr.ParamAction
addParam, getParamNames, getParamValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokeActionDebug

InvokeActionDebug(ActionDebugTarget target,
                  Node sheetNode,
                  java.lang.String templateIDHook,
                  Name name,
                  java.util.Hashtable namedTemplateTable)
            throws XSLException
Throws:
XSLException
Method Detail

invoke

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