com.jclark.xsl.tr
Class InvokeAction

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

 class InvokeAction
extends ParamAction

call template


Constructor Summary
InvokeAction(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

InvokeAction

InvokeAction(Name name,
             java.util.Hashtable namedTemplateTable)
       throws XSLException
Throws:
XSLException
Method Detail

invoke

public void invoke(ProcessContext context,
                   Node sourceNode,
                   Result result)
            throws XSLException
Throws:
XSLException