com.jclark.xsl.tr
Class ValueOfActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.ValueOfAction
      extended by com.jclark.xsl.tr.ValueOfActionDebug
All Implemented Interfaces:
Action

 class ValueOfActionDebug
extends ValueOfAction

xsl:value-of


Constructor Summary
ValueOfActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook, StringExpr 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

ValueOfActionDebug

public ValueOfActionDebug(ActionDebugTarget target,
                          Node sheetNode,
                          java.lang.String templateIDHook,
                          StringExpr 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 ValueOfAction
Throws:
XSLException