com.jclark.xsl.tr
Class LiteralAttributeActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.LiteralAttributeAction
      extended by com.jclark.xsl.tr.LiteralAttributeActionDebug
All Implemented Interfaces:
Action

 class LiteralAttributeActionDebug
extends LiteralAttributeAction


Constructor Summary
LiteralAttributeActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook, Name name, java.lang.String value)
           
 
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

LiteralAttributeActionDebug

LiteralAttributeActionDebug(ActionDebugTarget target,
                            Node sheetNode,
                            java.lang.String templateIDHook,
                            Name name,
                            java.lang.String value)
Method Detail

invoke

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