| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Action | |
| org.dom4j.rule | A Patternbased XML rule engine which implements 
the full XSLT processing model while allowing anyActionto be fired if a pattern matches. | 
| Uses of Action in org.dom4j.rule | 
| Classes in org.dom4j.rule that implement Action | |
|  class | NullActionNullActionrepresents an empty action that does nothing. | 
| Methods in org.dom4j.rule that return Action | |
|  Action | Stylesheet.getValueOfAction()DOCUMENT ME! | 
|  Action | RuleManager.getValueOfAction()DOCUMENT ME! | 
|  Action | Rule.getAction()Getter for property action. | 
| Methods in org.dom4j.rule with parameters of type Action | |
|  void | Stylesheet.setValueOfAction(Action valueOfAction)Sets the default value-of action which is used in the default rules for the pattern "text()|@" | 
|  void | RuleManager.setValueOfAction(Action valueOfAction)Sets the default value-of action which is used in the default rules for the pattern "text()|@" | 
| protected  void | RuleManager.addDefaultRule(Mode mode,
               Pattern pattern,
               Action action) | 
| protected  Rule | RuleManager.createDefaultRule(Pattern pattern,
                  Action action) | 
|  void | Rule.setAction(Action action)Setter for property action. | 
| Constructors in org.dom4j.rule with parameters of type Action | |
| Rule(Pattern pattern,
     Action action) | |
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||