Package org.dom4j.rule
Class NullAction
- java.lang.Object
-
- org.dom4j.rule.NullAction
-
- All Implemented Interfaces:
Action
public class NullAction extends java.lang.Object implements Action
NullAction
represents an empty action that does nothing.- Version:
- $Revision: 1.7 $
- Author:
- James Strachan
-
-
Field Summary
Fields Modifier and Type Field Description static NullAction
SINGLETON
Singleton instance
-
Constructor Summary
Constructors Constructor Description NullAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(Node node)
-
-
-
Field Detail
-
SINGLETON
public static final NullAction SINGLETON
Singleton instance
-
-