com.jclark.xsl.tr

Class LiteralAttributeActionDebug

Implemented Interfaces:
Action

(package private) class LiteralAttributeActionDebug
extends LiteralAttributeAction

Constructor Summary

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

Method Summary

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

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

invoke

Constructor Details

LiteralAttributeActionDebug

(package private)  LiteralAttributeActionDebug(ActionDebugTarget target,
                                               Node sheetNode,
                                               String templateIDHook,
                                               Name name,
                                               String 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 LiteralAttributeAction