com.jclark.xsl.tr
Class ValueOfAction

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

class ValueOfAction
extends java.lang.Object
implements Action

xsl:value-of


Constructor Summary
(package private) ValueOfAction(StringExpr expr)
           
 
Method Summary
 void invoke(ProcessContext context, Node sourceNode, Result result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueOfAction

ValueOfAction(StringExpr expr)
Method Detail

invoke

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