| Package | Description |
|---|---|
| org.dom4j.rule |
| Modifier and Type | Field and Description |
|---|---|
private java.util.HashMap<java.lang.String,Mode> |
RuleManager.modes
Map of modes indexed by mode
|
| Modifier and Type | Method and Description |
|---|---|
protected Mode |
RuleManager.createMode()
A factory method to return a new
Modeinstance which should add
the necessary default rules |
Mode |
RuleManager.getMode(java.lang.String modeName)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RuleManager.addDefaultRule(Mode mode,
Pattern pattern,
Action action) |
protected void |
RuleManager.addDefaultRules(Mode mode)
Adds the default stylesheet rules to the given
Modeinstance |