com.jclark.xsl.tr

Class RawValueOfActionDebug

Implemented Interfaces:
Action

(package private) class RawValueOfActionDebug
extends RawValueOfAction

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

Constructor Summary

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

Method Summary

void
invoke(ProcessContext context, Node sourceNode, Result result)

Methods inherited from class com.jclark.xsl.tr.RawValueOfAction

invoke

Constructor Details

RawValueOfActionDebug

(package private)  RawValueOfActionDebug(ActionDebugTarget target,
                                         Node sheetNode,
                                         String templateIDHook,
                                         StringExpr expr)
construct around the given StringExpr

Method Details

invoke

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