public interface Action
 Action represents some default action which should occur when
 a rule matches a node in the XSLT processing model.
 
| Modifier and Type | Method and Description | 
|---|---|
| void | run(Node node) | 
void run(Node node) throws java.lang.Exception
java.lang.Exception