com.jclark.xsl.tr
Class XRAPAction

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

class XRAPAction
extends java.lang.Object
implements Action

Invokes an XRAP processor


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

XRAPAction

XRAPAction(NamespacePrefixMap nsMap,
           Action content)
Method Detail

invoke

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