com.jclark.xsl.tr

Class LiteralAttributeAction

Implemented Interfaces:
Action

(package private) class LiteralAttributeAction
extends java.lang.Object
implements Action

Constructor Summary

LiteralAttributeAction(Name name, String value)

Method Summary

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

Constructor Details

LiteralAttributeAction

(package private)  LiteralAttributeAction(Name name,
                                          String value)

Method Details

invoke

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