net.sf.saxon.trans
public static class Mode.Rule extends Object implements Serializable
Field Summary | |
---|---|
Mode.Rule | next |
Object | object |
Pattern | pattern |
int | precedence |
double | priority |
int | sequence |
Constructor Summary | |
---|---|
Rule(Pattern p, Object o, int prec, double prio, int seq)
Create a Rule
| |
Rule(Mode.Rule r)
Copy a rule, including the chain of rules linked to it
|
Parameters: p the pattern that this rule matches o the object invoked by this rule (usually a Template) prec the precedence of the rule prio the priority of the rule seq a sequence number for ordering of rules
Parameters: r