Class NullAction

java.lang.Object
org.dom4j.rule.NullAction
All Implemented Interfaces:
Action

public class NullAction extends Object implements Action

NullAction represents an empty action that does nothing.

Version:
$Revision: 1.7 $
  • Field Details

    • SINGLETON

      public static final NullAction SINGLETON
      Singleton instance
  • Constructor Details

    • NullAction

      public NullAction()
  • Method Details