com.thaiopensource.validate.nrl
Class AttachAction

java.lang.Object
  extended by com.thaiopensource.validate.nrl.Action
      extended by com.thaiopensource.validate.nrl.ResultAction
          extended by com.thaiopensource.validate.nrl.AttachAction

 class AttachAction
extends ResultAction


Constructor Summary
AttachAction(ModeUsage modeUsage)
           
 
Method Summary
(package private)  ResultAction changeCurrentMode(Mode mode)
           
(package private)  void perform(ContentHandler handler, 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

AttachAction

AttachAction(ModeUsage modeUsage)
Method Detail

perform

void perform(ContentHandler handler,
             SectionState state)
Specified by:
perform in class ResultAction

changeCurrentMode

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