com.jclark.xsl.tr

Interface Action

Known Implementing Classes:
AnyLevelNumberAction, AppendAction, ApplyImportsAction, AttributeAction, BindLocalParamAction, BindLocalVariableAction, BuiltinAction, CharsAction, CommentAction, CopyAction, CopyOfAction, DocumentAction, ElementAction, EmptyAction, ExprNumberAction, ForEachAction, IfAction, InvokeAction, LiteralAttributeAction, LiteralElementAction, MessageAction, MultiLevelNumberAction, ParamAction, ProcessAction, ProcessingInstructionAction, RawCharsAction, RawValueOfAction, SingleLevelNumberAction, TemplateAttributeAction, TerminateMessageAction, UnbindLocalVariablesAction, UseAttributeSetAction, ValueOfAction, XRAPAction

(package private) interface Action

the parsed representation of a stylesheet component. When evaluated (or invoked) with a ProcessContext and context Node, generates something which is sent to a result

Method Summary

void
invoke(ProcessContext context, Node sourceNode, Result result)

Method Details

invoke

public void invoke(ProcessContext context,
                   Node sourceNode,
                   Result result)
            throws XSLException