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 TypeClassDescriptionclass
NullAction
represents an empty action that does nothing.Fields in org.dom4j.rule declared as ActionModifier and TypeFieldDescriptionprivate Action
Rule.action
Holds value of property action.private Action
RuleManager.valueOfAction
Holds value of property valueOfAction.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 void
RuleManager.addDefaultRule
(Mode mode, Pattern pattern, Action action) protected Rule
RuleManager.createDefaultRule
(Pattern pattern, Action action) void
Setter for property action.void
RuleManager.setValueOfAction
(Action valueOfAction) Sets the default value-of action which is used in the default rules for the pattern "text()|@"void
Stylesheet.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