Uses of Interface
org.dom4j.rule.Action
-
Packages that use Action Package Description org.dom4j.rule -
-
Uses of Action in org.dom4j.rule
Classes in org.dom4j.rule that implement Action Modifier and Type Class Description classNullActionNullActionrepresents an empty action that does nothing.Methods in org.dom4j.rule that return Action Modifier and Type Method Description ActionRule. getAction()Getter for property action.ActionRuleManager. getValueOfAction()DOCUMENT ME!ActionStylesheet. getValueOfAction()DOCUMENT ME!Methods in org.dom4j.rule with parameters of type Action Modifier and Type Method Description protected voidRuleManager. addDefaultRule(Mode mode, Pattern pattern, Action action)protected RuleRuleManager. createDefaultRule(Pattern pattern, Action action)voidRule. setAction(Action action)Setter for property action.voidRuleManager. setValueOfAction(Action valueOfAction)Sets the default value-of action which is used in the default rules for the pattern "text()|@"voidStylesheet. setValueOfAction(Action valueOfAction)Sets the default value-of action which is used in the default rules for the pattern "text()|@"Constructors in org.dom4j.rule with parameters of type Action Constructor Description Rule(Pattern pattern, Action action)
-