com.jclark.xsl.tr
Class LiteralAttributeAction

java.lang.Object
  extended by com.jclark.xsl.tr.LiteralAttributeAction
All Implemented Interfaces:
Action
Direct Known Subclasses:
LiteralAttributeActionDebug

 class LiteralAttributeAction
extends java.lang.Object
implements Action


Constructor Summary
LiteralAttributeAction(Name name, java.lang.String value)
           
 
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

LiteralAttributeAction

LiteralAttributeAction(Name name,
                       java.lang.String value)
Method Detail

invoke

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