com.jclark.xsl.tr
Class DocumentAction

java.lang.Object
  extended bycom.jclark.xsl.tr.DocumentAction
All Implemented Interfaces:
Action

class DocumentAction
extends java.lang.Object
implements Action


Constructor Summary
(package private) 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