Package org.dom4j.rule
Interface Action
-
- All Known Implementing Classes:
NullAction
public interface Action
Action
represents some default action which should occur when a rule matches a node in the XSLT processing model.- Version:
- $Revision: 1.7 $
- Author:
- James Strachan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(Node node)
-
-
-
Method Detail
-
run
void run(Node node) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-