Package | Description |
---|---|
org.dom4j.rule |
Modifier and Type | Method and Description |
---|---|
protected RuleSet |
Mode.getRuleSet(int matchType)
DOCUMENT ME!
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,RuleSet> |
Mode.addToNameMap(Map<String,RuleSet> map,
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 Map<String,RuleSet> |
Mode.addToNameMap(Map<String,RuleSet> map,
String name,
Rule rule)
Adds the Rule to a RuleSet for the given name.
|
protected void |
Mode.removeFromNameMap(Map<String,RuleSet> map,
String name,
Rule rule) |
Copyright © 2017. All rights reserved.