com.jclark.xsl.tr
Class AppendAction

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

 class AppendAction
extends java.lang.Object
implements Action


Constructor Summary
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
Throws:
XSLException

add

void add(Action action)