com.jclark.xsl.tr
Class ElementActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.ElementAction
      extended by com.jclark.xsl.tr.ElementActionDebug
All Implemented Interfaces:
Action

 class ElementActionDebug
extends ElementAction


Constructor Summary
ElementActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook, StringExpr nameExpr, StringExpr namespaceExpr, NamespacePrefixMap nsMap, Action content)
           
 
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

ElementActionDebug

ElementActionDebug(ActionDebugTarget target,
                   Node sheetNode,
                   java.lang.String templateIDHook,
                   StringExpr nameExpr,
                   StringExpr namespaceExpr,
                   NamespacePrefixMap nsMap,
                   Action content)
Method Detail

invoke

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