com.jclark.xsl.tr
Class DocumentAction

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

 class DocumentAction
extends java.lang.Object
implements Action


Constructor Summary
DocumentAction(StringExpr hrefExpr, OutputMethod outputMethod, Action content)
          construct with a uri to write to, the type of output desired, and the contect to emit
 
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

DocumentAction

DocumentAction(StringExpr hrefExpr,
               OutputMethod outputMethod,
               Action content)
construct with a uri to write to, the type of output desired, and the contect to emit

Method Detail

invoke

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