|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.saxonica.expr.FailRuleSet
public class FailRuleSet
The built-in rule set introduced in XSLT 3.0, which raises an error when there is no user-supplied template rule that matches a node.
Method Summary | |
---|---|
static FailRuleSet |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FailRuleSet 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 invoked @throws net.sf.saxon.trans.XPathException
if any dynamic error occurs
XPathException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |