Uses of Interface
org.dom4j.rule.Action
Packages that use Action
Package
Description
-
Uses of Action in org.dom4j.rule
Classes in org.dom4j.rule that implement ActionModifier and TypeClassDescriptionclassNullActionrepresents an empty action that does nothing.Methods in org.dom4j.rule that return ActionModifier and TypeMethodDescriptionRule.getAction()Getter for property action.RuleManager.getValueOfAction()DOCUMENT ME!Stylesheet.getValueOfAction()DOCUMENT ME!Methods in org.dom4j.rule with parameters of type ActionModifier and TypeMethodDescriptionprotected voidRuleManager.addDefaultRule(Mode mode, Pattern pattern, Action action) protected RuleRuleManager.createDefaultRule(Pattern pattern, Action action) voidSetter 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