Save This Page
Home » dom4j-1.6.1 » org.dom4j.rule » [javadoc | source]
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.

Field Summary
public static final  NullAction SINGLETON    Singleton instance 
Method from org.dom4j.rule.NullAction Summary:
run
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.rule.NullAction Detail:
 public  void run(Node node) throws Exception