com.thaiopensource.validate.nrl
Class UnwrapAction

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

 class UnwrapAction
extends ResultAction


Constructor Summary
UnwrapAction(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

UnwrapAction

UnwrapAction(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