com.jclark.xsl.tr
Class ProcessingInstructionActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.ProcessingInstructionAction
      extended by com.jclark.xsl.tr.ProcessingInstructionActionDebug
All Implemented Interfaces:
Action

 class ProcessingInstructionActionDebug
extends ProcessingInstructionAction


Constructor Summary
ProcessingInstructionActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook, StringExpr nameExpr, Action content)
           
 
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

ProcessingInstructionActionDebug

ProcessingInstructionActionDebug(ActionDebugTarget target,
                                 Node sheetNode,
                                 java.lang.String templateIDHook,
                                 StringExpr nameExpr,
                                 Action content)
Method Detail

invoke

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