com.jclark.xsl.tr
Class RawCharsAction

java.lang.Object
  extended bycom.jclark.xsl.tr.RawCharsAction
All Implemented Interfaces:
Action

class RawCharsAction
extends java.lang.Object
implements Action


Constructor Summary
(package private) RawCharsAction(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

RawCharsAction

RawCharsAction(java.lang.String chars)
Method Detail

invoke

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