com.jclark.xsl.tr

Interface Action

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
voidinvoke(ProcessContext context, Node sourceNode, Result result)

Method Detail

invoke

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