Save This Page
Home » dom4j-1.6.1 » org.dom4j.rule » [javadoc | source]
org.dom4j.rule
public interface: Action [javadoc | source]

All Known Implementing Classes:
    NodeTextFilter, SongElementBuilder, NullAction

Action represents some default action which should occur when a rule matches a node in the XSLT processing model.

Method from org.dom4j.rule.Action Summary:
run
Method from org.dom4j.rule.Action Detail:
 public  void run(Node node) throws Exception