java.io.Serializable
, BuiltInRuleSet
public class ShallowSkipRuleSet extends java.lang.Object implements BuiltInRuleSet
Modifier and Type | Method | Description |
---|---|---|
static ShallowSkipRuleSet |
getInstance() |
Get the singleton instance of this class
|
void |
process(Item item,
ParameterSet parameters,
ParameterSet tunnelParams,
XPathContext context,
int locationId) |
Perform the built-in template action for a given item.
|
public static ShallowSkipRuleSet getInstance()
public void process(Item item, ParameterSet parameters, ParameterSet tunnelParams, XPathContext context, int locationId) throws XPathException
process
in interface BuiltInRuleSet
item
- the item 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