org.merlotxml.merlot.plugin.action
Interface Action


public interface Action

Merlot Pluggable Action Interface

Author:
Tim McCune

Method Summary
 void init(org.w3c.dom.Node config)
           
 void performAction(org.w3c.dom.Document doc)
           
 

Method Detail

init

public void init(org.w3c.dom.Node config)

performAction

public void performAction(org.w3c.dom.Document doc)