net.sf.doolin.oxml.action
Interface OXMLAction

All Known Implementing Classes:
AbstractOXMLAction, AbstractSequenceOXMLAction, CheckOXMLAction, CreateDefOXMLAction, CreateOXMLAction, ForOXMLAction, IfOXMLAction, IncludeOXMLAction, PropertyOXMLAction, RootOXMLAction, SequenceOXMLAction

public interface OXMLAction

Action to be executed against a context.

Author:
Damien Coraboeuf

Method Summary
 void parse(Element e)
          Parses the action from an XML configuration.
 void process(OXMLContext context)
          Processes the action against a context
 

Method Detail

parse

void parse(Element e)
           throws IOException
Parses the action from an XML configuration.

Parameters:
e - Configuration element for this action.
Throws:
IOException - If the element cannot be parsed

process

void process(OXMLContext context)
Processes the action against a context

Parameters:
context - Execution context


Copyright © 2011. All Rights Reserved.