Uses of Class
org.dom4j.rule.Mode
-
Packages that use Mode Package Description org.dom4j.rule -
-
Uses of Mode in org.dom4j.rule
Methods in org.dom4j.rule that return Mode Modifier and Type Method Description protected Mode
RuleManager. createMode()
A factory method to return a newMode
instance which should add the necessary default rulesMode
RuleManager. getMode(java.lang.String modeName)
DOCUMENT ME!Methods in org.dom4j.rule with parameters of type Mode Modifier and Type Method Description protected void
RuleManager. addDefaultRule(Mode mode, Pattern pattern, Action action)
protected void
RuleManager. addDefaultRules(Mode mode)
Adds the default stylesheet rules to the givenMode
instance
-