com.jclark.xsl.tr
Interface Action
- All Known Implementing Classes:
- AnyLevelNumberAction, AppendAction, ApplyImportsAction, AttributeAction, BindLocalParamAction, BindLocalVariableAction, BuiltinAction, CharsAction, CommentAction, CopyAction, CopyOfAction, DocumentAction, ElementAction, EmptyAction, ExprNumberAction, ForEachAction, IfAction, LiteralAttributeAction, LiteralElementAction, MessageAction, MultiLevelNumberAction, ParamAction, ProcessingInstructionAction, RawCharsAction, RawValueOfAction, SingleLevelNumberAction, TemplateAttributeAction, TerminateMessageAction, UnbindLocalVariablesAction, UseAttributeSetAction, ValueOfAction, XRAPAction
- 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
invoke
public void invoke(ProcessContext context,
Node sourceNode,
Result result)
throws XSLException
- Throws:
XSLException