Uses of Class
org.dom4j.rule.Rule
-
Packages that use Rule Package Description org.dom4j.rule -
-
Uses of Rule in org.dom4j.rule
Methods in org.dom4j.rule that return Rule Modifier and Type Method Description protected RuleRuleManager. createDefaultRule(Pattern pattern, Action action)RuleMode. getMatchingRule(Node node)Performs an XSLT processing model match for the rule which matches the given Node the best.RuleRuleManager. getMatchingRule(String modeName, Node node)Performs an XSLT processing model match for the rule which matches the given Node the best.RuleRuleSet. getMatchingRule(Node node)Performs an XSLT processing model match for the rule which matches the given Node the best.protected Rule[]RuleSet. getRuleArray()Returns an array of sorted rules.Rule[]Rule. getUnionRules()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.Methods in org.dom4j.rule with parameters of type Rule Modifier and Type Method Description voidMode. addRule(Rule rule)voidRuleManager. addRule(Rule rule)voidRuleSet. addRule(Rule rule)voidStylesheet. addRule(Rule rule)Add a rule to this stylesheet.protected Map<String,RuleSet>Mode. addToNameMap(Map<String,RuleSet> map, String name, Rule rule)Adds the Rule to a RuleSet for the given name.intRule. compareTo(Rule that)Compares two rules in XSLT processing model order assuming that the modes are equal.protected voidMode. removeFromNameMap(Map<String,RuleSet> map, String name, Rule rule)voidMode. removeRule(Rule rule)voidRuleManager. removeRule(Rule rule)voidRuleSet. removeRule(Rule rule)voidStylesheet. removeRule(Rule rule)Removes the specified rule from this stylesheet.Constructors in org.dom4j.rule with parameters of type Rule Constructor Description Rule(Rule that, Pattern pattern)Constructs a new Rule with the same instance data as the given rule but a different pattern.
-