Package org.dom4j.rule
Interface Action
-
- All Known Implementing Classes:
NullAction
public interface ActionActionrepresents 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 voidrun(Node node)
-