org.dom4j.rule
Interface Action

public interface Action

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

SinceNot specified.
Version$Revision:
Author<a href="mailto:james.strachan@metastuff.com">James Strachan </a>
Wiki javadoc Use textile entry format.
Add your comments here.
Method Summary
void run( Node node )
No description provided.
run
public void run ( Node node )
throws
No description provided.
Parameters
TypeNameDescription
Node node No description provided.
Returns void No description provided.
Exceptions
Exception No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.