com.jclark.xsl.tr

Class TemplateAttributeActionDebug

Implemented Interfaces:
Action

(package private) class TemplateAttributeActionDebug
extends TemplateAttributeAction

Constructor Summary

TemplateAttributeActionDebug(ActionDebugTarget target, Node sheetNode, String templateIDHook, Name name, StringExpr value)

Method Summary

void
invoke(ProcessContext context, Node sourceNode, Result result)

Methods inherited from class com.jclark.xsl.tr.TemplateAttributeAction

invoke

Constructor Details

TemplateAttributeActionDebug

(package private)  TemplateAttributeActionDebug(ActionDebugTarget target,
                                                Node sheetNode,
                                                String templateIDHook,
                                                Name name,
                                                StringExpr value)

Method Details

invoke

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