com.jclark.xsl.tr

Class DocumentActionDebug

Implemented Interfaces:
Action

(package private) class DocumentActionDebug
extends DocumentAction

Constructor Summary

DocumentActionDebug(ActionDebugTarget target, Node sheetNode, 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 com.jclark.xsl.tr.DocumentAction

invoke

Constructor Details

DocumentActionDebug

(package private)  DocumentActionDebug(ActionDebugTarget target,
                                       Node sheetNode,
                                       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 Details

invoke

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