com.jclark.xsl.tr
Class RawValueOfActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.RawValueOfAction
      extended by com.jclark.xsl.tr.RawValueOfActionDebug
All Implemented Interfaces:
Action

 class RawValueOfActionDebug
extends RawValueOfAction

represents an "xsl:value-of" with disable-output-escaping='yes'


Constructor Summary
RawValueOfActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook, StringExpr expr)
          construct around the given StringExpr
 
Method Summary
 void invoke(ProcessContext context, Node sourceNode, Result result)
          evaluate with the given context Node and ProcessContext, sending the results to the given result
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawValueOfActionDebug

RawValueOfActionDebug(ActionDebugTarget target,
                      Node sheetNode,
                      java.lang.String templateIDHook,
                      StringExpr expr)
construct around the given StringExpr

Method Detail

invoke

public void invoke(ProcessContext context,
                   Node sourceNode,
                   Result result)
            throws XSLException
Description copied from class: RawValueOfAction
evaluate with the given context Node and ProcessContext, sending the results to the given result

Specified by:
invoke in interface Action
Overrides:
invoke in class RawValueOfAction
Throws:
XSLException