Class RootState

All Implemented Interfaces:
ContentHandler

public class RootState extends RootIncludedSchemaState
RootIncludedSchemaState + final wrap up.
Author:
Kohsuke KAWAGUCHI
  • Constructor Details

    • RootState

      protected RootState(State topLevelState)
  • Method Details

    • 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