org.merlotxml.merlot.plugin.nodeAction
Interface NodeAction


public interface NodeAction

Merlot Pluggable Action Interface, where the action takes a MerlotDOMNode as argument instead of a Document

Author:
Evert Hoff

Method Summary
 void init(org.w3c.dom.Node config)
           
 void performAction(MerlotDOMNode node)
           
 

Method Detail

init

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

performAction

public void performAction(MerlotDOMNode node)