org.dom4j.rule
public class: NullAction [javadoc |
source]
java.lang.Object
org.dom4j.rule.NullAction
All Implemented Interfaces:
Action
NullAction represents an empty action that does nothing.
- author:
< - a href="mailto:james.strachan@metastuff.com">James Strachan
- version:
$ - Revision: 1.7 $
| Field Summary |
|---|
| public static final NullAction | SINGLETON | Singleton instance |
| Method from org.dom4j.rule.NullAction Summary: |
|---|
|
run |
| Method from org.dom4j.rule.NullAction Detail: |
public void run(Node node) throws Exception {
}
|