com.thaiopensource.validate.nrl
Class RejectAction

java.lang.Object
  extended by com.thaiopensource.validate.nrl.Action
      extended by com.thaiopensource.validate.nrl.NoResultAction
          extended by com.thaiopensource.validate.nrl.RejectAction

 class RejectAction
extends NoResultAction


Constructor Summary
RejectAction(ModeUsage modeUsage)
           
 
Method Summary
(package private)  NoResultAction changeCurrentMode(Mode mode)
           
(package private)  void perform(SectionState state)
           
 
Methods inherited from class com.thaiopensource.validate.nrl.Action
equals, getModeUsage, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RejectAction

RejectAction(ModeUsage modeUsage)
Method Detail

perform

void perform(SectionState state)
       throws SAXException
Specified by:
perform in class NoResultAction
Throws:
SAXException

changeCurrentMode

NoResultAction changeCurrentMode(Mode mode)
Specified by:
changeCurrentMode in class NoResultAction