org.exolab.adaptx.xslt

Class ProcessorCallback

public class ProcessorCallback extends ErrorObserverAdapter

This class is used for calling back into the RuleProcessor to perform special tasks, such as adding nodes to the result tree

Author: Keith Visco (kvisco@ziplink.net)

Method Summary
StringgetParameter(String name)
Returns the parameter value associated with the given name.
XPathResultprocessVariable(Variable var, ProcessorState ps)

Method Detail

getParameter

public String getParameter(String name)
Returns the parameter value associated with the given name.

Parameters: name the name of the parameter to retrieve the value of

Returns: the parameter value associated with the given name.

processVariable

public XPathResult processVariable(Variable var, ProcessorState ps)