public interface BuiltInRuleSet
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
process(NodeInfo node,
ParameterSet parameters,
ParameterSet tunnelParams,
XPathContext context,
int locationId)
Perform the built-in template action for a given node.
|
void process(NodeInfo node, ParameterSet parameters, ParameterSet tunnelParams, XPathContext context, int locationId) throws XPathException
node
- the node to be processedparameters
- the parameters supplied to apply-templatestunnelParams
- the tunnel parameters to be passed throughcontext
- the dynamic evaluation contextlocationId
- location of the instruction (apply-templates, apply-imports etc) that caused
the built-in template to be invokedXPathException
- if any dynamic error occurs