com.jclark.xsl.tr
Class DocumentAction
java.lang.Object
com.jclark.xsl.tr.DocumentAction
- All Implemented Interfaces:
- Action
- Direct Known Subclasses:
- DocumentActionDebug
class DocumentAction
- extends java.lang.Object
- implements Action
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
invoke
public void invoke(ProcessContext context,
Node sourceNode,
Result result)
throws XSLException
- Specified by:
invoke
in interface Action
- Throws:
XSLException