com.jclark.xsl.tr
Interface ActionDebugTarget

All Superinterfaces:
Result

public interface ActionDebugTarget
extends Result


Method Summary
 void endAction(Node stylesheetActionNode, Node contextNode, java.lang.Object action)
           
 void startAction(Node stylesheetActionNode, Node contextNode, java.lang.Object action)
           
 
Methods inherited from interface com.jclark.xsl.tr.Result
attribute, characters, comment, createResult, end, endElement, message, processingInstruction, rawCharacters, start, startElement
 

Method Detail

startAction

void startAction(Node stylesheetActionNode,
                 Node contextNode,
                 java.lang.Object action)

endAction

void endAction(Node stylesheetActionNode,
               Node contextNode,
               java.lang.Object action)