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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(Node node)
-