com.jclark.xsl.tr
Class LiteralElementAction

java.lang.Object
  |
  +--com.jclark.xsl.tr.LiteralElementAction
All Implemented Interfaces:
Action

class LiteralElementAction
extends java.lang.Object
implements Action


Constructor Summary
(package private) LiteralElementAction(Name name, 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

LiteralElementAction

LiteralElementAction(Name name,
                     NamespacePrefixMap nsMap,
                     Action content)
Method Detail

invoke

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