com.oxygenxml.validate.nvdl
Class NoResultAction
java.lang.Object
com.oxygenxml.validate.nvdl.Action
com.oxygenxml.validate.nvdl.NoResultAction
- Direct Known Subclasses:
- AllowAction, RejectAction, ValidateAction
abstract class NoResultAction
- extends Action
No result action. These actions are the validations, either validate, allow or reject.
NoResultAction
NoResultAction(ModeUsage modeUsage)
- Creates the action with the specified mode usage.
- Parameters:
modeUsage
- The mode usage.
perform
abstract void perform(SectionState state)
throws SAXException
- Perform this action on the SectionState.
- Parameters:
state
- The section state.
- Throws:
SAXException
- In case of errors.
changeCurrentMode
abstract NoResultAction changeCurrentMode(Mode mode)
- Get a no result action with the current mode changed.
- Parameters:
mode
- the new mode.
- Returns:
- A new no result action.