net.sf.doolin.oxml.action
Class CreateDefOXMLAction

java.lang.Object
  extended by net.sf.doolin.oxml.action.AbstractOXMLAction
      extended by net.sf.doolin.oxml.action.AbstractSequenceOXMLAction
          extended by net.sf.doolin.oxml.action.CreateDefOXMLAction
All Implemented Interfaces:
OXMLAction

public class CreateDefOXMLAction
extends AbstractSequenceOXMLAction

createDef action. This action is used by the create action when it has a defId attribute. This action does not do anything by itself.

Parameters for this action are:

Author:
Damien Coraboeuf

Constructor Summary
CreateDefOXMLAction()
           
 
Method Summary
 void parse(Element e)
          Does not do anything.
 void process(OXMLContext context)
          Does not do anything.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateDefOXMLAction

public CreateDefOXMLAction()
Method Detail

parse

public void parse(Element e)
           throws IOException
Does not do anything. Parses each child.

Specified by:
parse in interface OXMLAction
Overrides:
parse in class AbstractSequenceOXMLAction
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)
Does not do anything. Processes each sub action.

Specified by:
process in interface OXMLAction
Overrides:
process in class AbstractSequenceOXMLAction
Parameters:
context - Execution context
See Also:
OXMLAction.process(net.sf.doolin.oxml.OXMLContext)


Copyright © 2011. All Rights Reserved.