com.jclark.xsl.tr

Class RawValueOfAction

Implemented Interfaces:
Action
Known Direct Subclasses:
RawValueOfActionDebug

(package private) class RawValueOfAction
extends java.lang.Object
implements Action

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

Constructor Summary

RawValueOfAction(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

Constructor Details

RawValueOfAction

(package private)  RawValueOfAction(StringExpr expr)
construct around the given StringExpr

Method Details

invoke

public void invoke(ProcessContext context,
                   Node sourceNode,
                   Result result)
            throws XSLException
evaluate with the given context Node and ProcessContext, sending the results to the given result
Specified by:
invoke in interface Action