Uses of Interface
net.sf.doolin.oxml.action.OXMLAction

Packages that use OXMLAction
net.sf.doolin.oxml   
net.sf.doolin.oxml.action   
net.sf.doolin.oxml.config   
 

Uses of OXMLAction in net.sf.doolin.oxml
 

Methods in net.sf.doolin.oxml that return OXMLAction
 OXMLAction OXMLConfig.getRootAction()
          Returns the root action for this configuration.
 

Uses of OXMLAction in net.sf.doolin.oxml.action
 

Classes in net.sf.doolin.oxml.action that implement OXMLAction
 class AbstractOXMLAction
          Utility ancestor for OXML actions.
 class AbstractSequenceOXMLAction
          Action that contains a sequence of OXML actions.
 class CheckOXMLAction
          check action.
 class CreateDefOXMLAction
          createDef action.
 class CreateOXMLAction
          create action.
 class ForOXMLAction
          for action.
 class IfOXMLAction
          if action.
 class IncludeOXMLAction
          include action.
 class PropertyOXMLAction
          property action.
 class RootOXMLAction
          Root OXML action.
 class SequenceOXMLAction
          sequence action.
 

Methods in net.sf.doolin.oxml.action that return OXMLAction
 OXMLAction OXMLActionFactory.createAction(String name)
          Creates an OXML action from a tag name.
 

Uses of OXMLAction in net.sf.doolin.oxml.config
 

Methods in net.sf.doolin.oxml.config that return OXMLAction
 OXMLAction AbstractOXMLConfig.getRootAction()
           
 

Methods in net.sf.doolin.oxml.config with parameters of type OXMLAction
protected  void AbstractOXMLConfig.setRootAction(OXMLAction rootAction)
          Defines the root action of this configuration
 



Copyright © 2011. All Rights Reserved.