com.thaiopensource.validate.nrl
Class ResultAction

java.lang.Object
  extended by com.thaiopensource.validate.nrl.Action
      extended by com.thaiopensource.validate.nrl.ResultAction
Direct Known Subclasses:
AttachAction, UnwrapAction

abstract class ResultAction
extends Action


Constructor Summary
ResultAction(ModeUsage modeUsage)
           
 
Method Summary
(package private) abstract  ResultAction changeCurrentMode(Mode mode)
           
(package private) abstract  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

ResultAction

ResultAction(ModeUsage modeUsage)
Method Detail

perform

abstract void perform(ContentHandler handler,
                      SectionState state)
               throws SAXException
Throws:
SAXException

changeCurrentMode

abstract ResultAction changeCurrentMode(Mode mode)