com.jclark.xsl.tr
Class UseAttributeSetActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.UseAttributeSetAction
      extended by com.jclark.xsl.tr.UseAttributeSetActionDebug
All Implemented Interfaces:
Action

 class UseAttributeSetActionDebug
extends UseAttributeSetAction


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

UseAttributeSetActionDebug

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

invoke

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