Uses of Class
org.dom4j.rule.RuleSet
-
Packages that use RuleSet Package Description org.dom4j.rule -
-
Uses of RuleSet in org.dom4j.rule
Fields in org.dom4j.rule declared as RuleSet Modifier and Type Field Description private RuleSet[]
Mode. ruleSets
Fields in org.dom4j.rule with type parameters of type RuleSet Modifier and Type Field Description private java.util.Map<java.lang.String,RuleSet>
Mode. attributeNameRuleSets
Map of exact (local) attribute names to RuleSet instancesprivate java.util.Map<java.lang.String,RuleSet>
Mode. elementNameRuleSets
Map of exact (local) element names to RuleSet instancesMethods in org.dom4j.rule that return RuleSet Modifier and Type Method Description protected RuleSet
Mode. getRuleSet(int matchType)
DOCUMENT ME!Methods in org.dom4j.rule that return types with arguments of type RuleSet Modifier and Type Method Description protected java.util.Map<java.lang.String,RuleSet>
Mode. addToNameMap(java.util.Map<java.lang.String,RuleSet> map, java.lang.String name, Rule rule)
Adds the Rule to a RuleSet for the given name.Methods in org.dom4j.rule with parameters of type RuleSet Modifier and Type Method Description void
RuleSet. addAll(RuleSet that)
Adds all the rules to this RuleSet from the given other rule set.Method parameters in org.dom4j.rule with type arguments of type RuleSet Modifier and Type Method Description protected java.util.Map<java.lang.String,RuleSet>
Mode. addToNameMap(java.util.Map<java.lang.String,RuleSet> map, java.lang.String name, Rule rule)
Adds the Rule to a RuleSet for the given name.protected void
Mode. removeFromNameMap(java.util.Map<java.lang.String,RuleSet> map, java.lang.String name, Rule rule)
-