com.jclark.xsl.tr
Class RawValueOfAction

java.lang.Object
  extended bycom.jclark.xsl.tr.RawValueOfAction
All Implemented Interfaces:
Action

class RawValueOfAction
extends java.lang.Object
implements Action

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


Constructor Summary
(package private) 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawValueOfAction

RawValueOfAction(StringExpr expr)
construct around the given StringExpr

Method Detail

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
Throws:
XSLException