com.jclark.xsl.tr
Class DocumentActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.DocumentAction
      extended by com.jclark.xsl.tr.DocumentActionDebug
All Implemented Interfaces:
Action

 class DocumentActionDebug
extends DocumentAction


Constructor Summary
DocumentActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook, StringExpr hrefExpr, OutputMethod outputMethod, Action content)
          construct with a uri to write to, the type of output desired, and the contect to emit
 
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

DocumentActionDebug

DocumentActionDebug(ActionDebugTarget target,
                    Node sheetNode,
                    java.lang.String templateIDHook,
                    StringExpr hrefExpr,
                    OutputMethod outputMethod,
                    Action content)
construct with a uri to write to, the type of output desired, and the contect to emit

Method Detail

invoke

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