com.jclark.xsl.tr
Class CharsActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.CharsAction
      extended by com.jclark.xsl.tr.CharsActionDebug
All Implemented Interfaces:
Action

 class CharsActionDebug
extends CharsAction

character data


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

CharsActionDebug

CharsActionDebug(ActionDebugTarget target,
                 Node sheetNode,
                 java.lang.String templateIDHook,
                 java.lang.String chars)
Method Detail

invoke

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