com.jclark.xsl.tr

Class DocumentAction

Implemented Interfaces:
Action
Known Direct Subclasses:
DocumentActionDebug

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

Constructor Details

DocumentAction

(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 Details

invoke

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