net.sf.doolin.oxml.action
Class AbstractSequenceOXMLAction

java.lang.Object
  extended by net.sf.doolin.oxml.action.AbstractOXMLAction
      extended by net.sf.doolin.oxml.action.AbstractSequenceOXMLAction
All Implemented Interfaces:
OXMLAction
Direct Known Subclasses:
CreateDefOXMLAction, CreateOXMLAction, ForOXMLAction, IfOXMLAction, RootOXMLAction, SequenceOXMLAction

public abstract class AbstractSequenceOXMLAction
extends AbstractOXMLAction

Action that contains a sequence of OXML actions.

Author:
Damien Coraboeuf

Constructor Summary
AbstractSequenceOXMLAction()
           
 
Method Summary
 void parse(Element e)
          Parses each child.
 void process(OXMLContext context)
          Processes each sub action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSequenceOXMLAction

public AbstractSequenceOXMLAction()
Method Detail

parse

public void parse(Element e)
           throws IOException
Parses each child.

Parameters:
e - Configuration element for this action.
Throws:
IOException - If the element cannot be parsed
See Also:
OXMLAction.parse(org.w3c.dom.Element)

process

public void process(OXMLContext context)
Processes each sub action.

Parameters:
context - Execution context
See Also:
OXMLAction.process(net.sf.doolin.oxml.OXMLContext)


Copyright © 2011. All Rights Reserved.