com.jclark.xsl.tr
Class AppendAction

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

class AppendAction
extends java.lang.Object
implements Action


Constructor Summary
(package private) AppendAction()
           
 
Method Summary
(package private)  void add(Action action)
           
 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

AppendAction

AppendAction()
Method Detail

invoke

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

add

void add(Action action)