com.jclark.xsl.tr

Class RawValueOfAction

class RawValueOfAction extends 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
voidinvoke(ProcessContext context, Node sourceNode, Result result)
evaluate with the given context Node and ProcessContext, sending the results to the given result

Constructor Detail

RawValueOfAction

RawValueOfAction(StringExpr expr)
construct around the given StringExpr

Method Detail

invoke

public void invoke(ProcessContext context, Node sourceNode, Result result)
evaluate with the given context Node and ProcessContext, sending the results to the given result