Class RootModuleState

java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.relax.core.RootModuleState
All Implemented Interfaces:
ContentHandler

class RootModuleState extends SimpleState
invokes State object that parses the document element. this state is used to parse RELAX module referenced by RELAX Namespace.
  • Field Details

    • expectedNamespace

      protected final String expectedNamespace
  • Constructor Details

    • RootModuleState

      RootModuleState(String expectedNamespace)
  • Method Details

    • createChildState

      protected State createChildState(StartTagInfo tag)
      Description copied from class: SimpleState
      creates appropriate child state object for this element
      Specified by:
      createChildState in class SimpleState
    • endSelf

      protected void endSelf()
      Description copied from class: SimpleState
      this method is called in endElement method when the state is about to be removed. derived-class should perform any wrap-up job
      Overrides:
      endSelf in class SimpleState