| Package | Description |
|---|---|
| org.dom4j.rule |
| Modifier and Type | Field and Description |
|---|---|
private RuleSet[] |
Mode.ruleSets |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,RuleSet> |
Mode.attributeNameRuleSets
Map of exact (local) attribute names to RuleSet instances
|
private java.util.Map<java.lang.String,RuleSet> |
Mode.elementNameRuleSets
Map of exact (local) element names to RuleSet instances
|
| Modifier and Type | Method and Description |
|---|---|
protected RuleSet |
Mode.getRuleSet(int matchType)
DOCUMENT ME!
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSet.addAll(RuleSet that)
Adds all the rules to this RuleSet from the given other rule set.
|
| Modifier and Type | Method and 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) |