com.jclark.xsl.tr

Class RawValueOfActionDebug

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
voidinvoke(ProcessContext context, Node sourceNode, Result result)

Constructor Detail

RawValueOfActionDebug

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

Method Detail

invoke

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