com.jclark.xsl.tr

Class RawCharsActionDebug

Implemented Interfaces:
Action

(package private) class RawCharsActionDebug
extends RawCharsAction

Constructor Summary

RawCharsActionDebug(ActionDebugTarget target, Node sheetNode, String templateIDHook, String chars)

Method Summary

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

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

invoke

Constructor Details

RawCharsActionDebug

(package private)  RawCharsActionDebug(ActionDebugTarget target,
                                       Node sheetNode,
                                       String templateIDHook,
                                       String chars)

Method Details

invoke

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