Uses of Class
com.oxygenxml.validate.nvdl.ActionSet

Packages that use ActionSet
com.oxygenxml.validate.nvdl   
 

Uses of ActionSet in com.oxygenxml.validate.nvdl
 

Fields in com.oxygenxml.validate.nvdl declared as ActionSet
private  ActionSet SchemaImpl.Handler.ModeData.actions
          The current element actions.
 

Methods in com.oxygenxml.validate.nvdl that return ActionSet
(package private)  ActionSet ActionSet.changeCurrentMode(Mode mode)
          Gets a new ActionSet containing all the actions with the current mode changed.
(package private)  ActionSet Mode.getElementActions(String ns)
          Get the set of element actions for a given namespace.
private  ActionSet Mode.getElementActionsExplicit(String ns)
          Look for element actions specifically specified for this namespace.
 

Methods in com.oxygenxml.validate.nvdl with parameters of type ActionSet
(package private)  boolean Mode.bindElement(String ns, String wildcard, ActionSet actions)
          Adds a set of element actions to be performed in this mode for elements in a specified namespace.