public class ShallowCopyRuleSet extends java.lang.Object implements BuiltInRuleSet
APPLY_TEMPLATES_TO_ATTRIBUTES, APPLY_TEMPLATES_TO_CHILDREN, DEEP_COPY, DEEP_SKIP, FAIL, SHALLOW_COPY
Modifier and Type | Method and Description |
---|---|
int[] |
getActionForParentNodes(int nodeKind)
Get the default action for unmatched nodes
|
static ShallowCopyRuleSet |
getInstance()
Get the singleton instance of this class
|
void |
process(Item item,
ParameterSet parameters,
ParameterSet tunnelParams,
XPathContext context,
Location locationId)
Perform the built-in template action for a given node.
|
public static ShallowCopyRuleSet getInstance()
public void process(Item item, ParameterSet parameters, ParameterSet tunnelParams, XPathContext context, Location locationId) throws XPathException
process
in interface BuiltInRuleSet
item
- parameters
- 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 invoked @throws net.sf.saxon.trans.XPathExceptionXPathException
- if any dynamic error occurspublic int[] getActionForParentNodes(int nodeKind)
getActionForParentNodes
in interface BuiltInRuleSet
nodeKind
- the node kindCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.