Frames | No Frames |
Constructors with parameter type org.dom4j.rule.Rule | |
Constructs a new Rule with the same instance data as the given rule but a
different pattern. |
Methods with parameter type org.dom4j.rule.Rule | |
void | |
void | |
void | |
void | Add a rule to this stylesheet. |
Map | Adds the Rule to a RuleSet for the given name. |
int | Compares two rules in XSLT processing model order assuming that the modes
are equal. |
void | |
void | |
void | |
void | |
void | Removes the specified rule from this stylesheet. |
Methods with return type org.dom4j.rule.Rule | |
Rule | |
Rule | Performs an XSLT processing model match for the rule which matches the
given Node the best. |
Rule | Performs an XSLT processing model match for the rule which matches the
given Node the best. |
Rule | Performs an XSLT processing model match for the rule which matches the
given Node the best. |
Rule[] | Returns an array of sorted rules. |
Rule[] | If this rule contains a union pattern then this method should return an
array of Rules which describe the union rule, which should contain more
than one rule. |