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