com.jclark.xsl.tr
Class IfActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.IfAction
      extended by com.jclark.xsl.tr.IfActionDebug
All Implemented Interfaces:
Action

 class IfActionDebug
extends IfAction


Field Summary
 
Fields inherited from class com.jclark.xsl.tr.IfAction
condition, ifFalseAction, ifTrueAction
 
Constructor Summary
IfActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook, BooleanExpr condition, Action ifTrueAction, Action ifFalseAction)
           
 
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

IfActionDebug

IfActionDebug(ActionDebugTarget target,
              Node sheetNode,
              java.lang.String templateIDHook,
              BooleanExpr condition,
              Action ifTrueAction,
              Action ifFalseAction)
Method Detail

invoke

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