public interface BuiltInRuleSet extends ContextOriginator
| Modifier and Type | Method and Description |
|---|---|
BuiltInRules[] |
getActionForParentNodes(int nodeKind)
Get the action for unmatched element and document nodes (used when streaming)
|
java.lang.String |
getName()
Identify this built-in rule set
|
void |
process(Item item,
ParameterSet parameters,
ParameterSet tunnelParams,
Outputter output,
XPathContext context,
Location locationId)
Perform the built-in template action for a given item.
|
void process(Item item, ParameterSet parameters, ParameterSet tunnelParams, Outputter output, XPathContext context, Location locationId) throws XPathException
item - the item to be processedparameters - the parameters supplied to apply-templatestunnelParams - the tunnel parameters to be passed throughoutput - the destination for the resultcontext - 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 occursjava.lang.String getName()
BuiltInRules[] getActionForParentNodes(int nodeKind)
nodeKind - the node kind: either Type.DOCUMENT or Type.ELEMENTCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.